Package com.mapbox.maps.attribution

Types

AttributionLayout
Link copied to clipboard

Class representing attribution properties.

data class AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)
AttributionMeasure
Link copied to clipboard

Class used to measure all attributions for placing them on the screen.

class AttributionMeasure
AttributionParser
Link copied to clipboard

Responsible for parsing attribution data coming from Sources and MapSnapshot.

Exposes multiple configuration options to manipulate data being parsed. Use the Options object to build these configurations.

open class AttributionParser