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

Types

LocationComponentSettings
Link copied to clipboard
data class LocationComponentSettings @JvmOverloads() constructor(enabled: Boolean, pulsingEnabled: Boolean, pulsingColor: Int, pulsingMaxRadius: Float, layerAbove: String?, layerBelow: String?, locationPuck: LocationPuck)
Shows a location puck on the map.
LocationComponentSettingsBase
Link copied to clipboard
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Abstract settings class for LocationComponentPlugin.
LocationComponentSettingsInterface
Link copied to clipboard
interface LocationComponentSettingsInterface
Interface that defines the public settings interface for LocationComponentPlugin.