MapAttributionDelegate

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

interface MapAttributionDelegate

Functions

buildMapBoxFeedbackUrl
Link copied to clipboard

Build the feedback url

abstract fun buildMapBoxFeedbackUrl(context: Context): String
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
parseAttributions
Link copied to clipboard

Parse attributions with the given config

abstract fun parseAttributions(context: Context, config: AttributionParserConfig): List<Attribution>
telemetry
Link copied to clipboard

Called to request an instance of map telemetry.

abstract fun telemetry(): MapTelemetry
toString
Link copied to clipboard
open override fun toString(): String