Location Component Settings Base
abstract class LocationComponentSettingsBase : LocationComponentSettingsInterface
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
This abstract class exposes all the required public APIs to configure the LocationComponentPlugin.
Constructors
LocationComponentSettingsBase
Link copied to clipboard
fun LocationComponentSettingsBase()
Content copied to clipboard
Functions
get Settings
Link copied to clipboard
Get current locationcomponent configuration.
update Settings
Link copied to clipboard
open override fun updateSettings(block: LocationComponentSettings.() -> Unit)
Content copied to clipboard
Update locationcomponent configuration, the update will be applied to the plugin automatically.
Properties
layerAbove
Link copied to clipboard
layerBelow
Link copied to clipboard
locationPuck
Link copied to clipboard
pulsingColor
Link copied to clipboard
pulsingEnabled
Link copied to clipboard
pulsingMaxRadius
Link copied to clipboard
Inheritors
LocationComponentSettingsBase2
Link copied to clipboard