RealLocationOptions

abstract class RealLocationOptions : LocationOptions

Use this class to specify that locations are real. Set it via NavigationOptions.locationOptions. Can be one of DefaultProvider or CustomProvider.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class CustomProvider : RealLocationOptions

Use this class to specify that custom LocationProvider implementation should be used.

Link copied to clipboard
class DefaultProvider : RealLocationOptions

Use this class to specify that default LocationProvider implementation should be used.

Functions

Link copied to clipboard
open override fun isSimulation(): Boolean

Returns whether the locations are being simulated.

Link copied to clipboard
abstract fun providerName(): String

Returns location provider name. It may be a class name or an indication whether it's a default provider or a custom one.

Inheritors

Link copied to clipboard
Link copied to clipboard