getCopyrights

Gets the map copyright contents asynchronously.

Return

Cancellable operation.

Parameters

callback

The CopyrightsFetchingCallback invoked when the fetching operation has finished either successfully or with an error.


Deprecated

This API is deprecated and will be removed with the next major release. It is recommended to use the asynchronous variant for better performance and responsiveness.

Replace with

getCopyrights(CopyrightsFetchingCallback)

Gets the map copyright contents synchronously.

Return

The Result which in case of success contains the contents of the copyrights. In case of error contains CopyrightsFetchingFailure instance.