Location Component Settings Base
Abstract settings class for LocationComponentPlugin.
This abstract class exposes all the required public APIs to configure the LocationComponentPlugin.
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Content copied to clipboard
Constructors
LocationComponentSettingsBase
Link copied to clipboard
fun LocationComponentSettingsBase()
Content copied to clipboard
Functions
equals
Link copied to clipboard
getSettings
Link copied to clipboard
updateSettings
Link copied to clipboard
open override fun updateSettings(block: LocationComponentSettings.() -> Unit)
Content copied to clipboard
Properties
enabled
Link copied to clipboard
layerAbove
Link copied to clipboard
Sets the id of the layer that's added above to when placing the component on the map.
layerBelow
Link copied to clipboard
Sets the id of the layer that's added below to when placing the component on the map.
locationPuck
Link copied to clipboard
Defines what the customised look of the location puck.
pulsingColor
Link copied to clipboard
The color of the pulsing circle. Only work for 2D location puck.
pulsingEnabled
Link copied to clipboard
Whether the location puck is pulsing on the map. Only work for 2D location puck.
pulsingMaxRadius
Link copied to clipboard
The maximum radius of the pulsing circle. Only work for 2D location puck.
Inheritors
LocationComponentPluginImpl
Link copied to clipboard