LocationOptions
Location updates related config.
Parameters
request
LocationProviderRequest that will be used for creating LocationProvider.
locationProviderFactory
a lambda that creates custom location provider based on a request. If not set, default location provider is used. Note that locationProviderFactory can only be set together with an explicit locationProviderType.
locationProviderType
set together with custom locationProviderFactory. This parameters tells the SDK what is the nature of locations that custom location provider will emit. Can be one of the values listed in LocationProviderType.Type.
Types
Link copied to clipboard
A builder class for LocationOptions.
Link copied to clipboard
Type of a location provider.