Package com.mapbox.maps.plugin.locationcomponent.generated

Types

LocationComponentSettings
Link copied to clipboard

Shows a location puck on the map.

data class LocationComponentSettings @JvmOverloads() constructor(enabled: Boolean, pulsingEnabled: Boolean, pulsingColor: Int, pulsingMaxRadius: Float, layerAbove: String?, layerBelow: String?, locationPuck: LocationPuck)
LocationComponentSettingsBase
Link copied to clipboard

Abstract settings class for LocationComponentPlugin.

This abstract class exposes all the required public APIs to configure the LocationComponentPlugin.

abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
LocationComponentSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for LocationComponentPlugin.

interface LocationComponentSettingsInterface