MapAttributionDelegate

interface MapAttributionDelegate

Map attribution delegates the request to get attribution data from the underlying map style.

Functions

buildMapBoxFeedbackUrl
Link copied to clipboard
abstract fun buildMapBoxFeedbackUrl(context: Context): String
Build the feedback url
parseAttributions
Link copied to clipboard
abstract fun parseAttributions(context: Context, config: AttributionParserConfig): List<Attribution>
Parse attributions with the given config
telemetry
Link copied to clipboard
abstract fun telemetry(): MapTelemetry
Called to request an instance of map telemetry.