Location Component Settings Base2
abstract class LocationComponentSettingsBase2 : LocationComponentSettingsBase, LocationComponentSettingsInterface2
Content copied to clipboard
Abstract settings class for LocationComponentPlugin.
This abstract class exposes all the required public APIs to configure the LocationComponentPlugin.
Constructors
LocationComponentSettingsBase2
Link copied to clipboard
fun LocationComponentSettingsBase2()
Content copied to clipboard
Functions
get Settings
Link copied to clipboard
Get current locationcomponent configuration.
get Settings2
Link copied to clipboard
Get current locationcomponent configuration.
update Settings
Link copied to clipboard
Update locationcomponent configuration, the update will be applied to the plugin automatically.
update Settings2
Link copied to clipboard
open override fun updateSettings2(block: LocationComponentSettings2.() -> Unit)
Content copied to clipboard
Update locationcomponent configuration, the update will be applied to the plugin automatically.
Properties
accuracyRingBorderColor
Link copied to clipboard
accuracyRingColor
Link copied to clipboard
layerAbove
Link copied to clipboard
layerBelow
Link copied to clipboard
locationPuck
Link copied to clipboard
puckBearingEnabled
Link copied to clipboard
puckBearingSource
Link copied to clipboard
pulsingColor
Link copied to clipboard
pulsingEnabled
Link copied to clipboard
pulsingMaxRadius
Link copied to clipboard
The maximum radius of the pulsing circle. Works for 2D location puck only. Note: Setting pulsingMaxRadius to LocationComponentConstants.PULSING_MAX_RADIUS_FOLLOW_ACCURACY will set the pulsing circle's maximum radius to follow location accuracy circle.
showAccuracyRing
Link copied to clipboard
Inheritors
LocationComponentPluginImpl
Link copied to clipboard