LocationOptions
Location updates related config.
Parameters
LocationProviderRequest that will be used for creating LocationProvider.
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.
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.
source of default location data. This param is used by default DeviceLocationProviderFactory to create a location provider from desired source. It is no relevant if you set custom locationProviderFactory. Defaults to LocationProviderSource.BEST.
Types
A builder class for LocationOptions.
Source of a default location data. Location data generated by sources are LocationProviderType.REAL.
Type of a location provider.