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
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String