CopyrightsController

interface CopyrightsController

Controls the process of fetching copyright contents.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun getCopyrights(): Result<String, CopyrightsFetchingFailure>

Gets the map copyright contents synchronously.

abstract fun getCopyrights(callback: OnCopyrightsFetchedCallback): Cancellable

Gets the map copyright contents asynchronously.

Inheritors

Link copied to clipboard