OptionalintervalOptionaldesiredSets the DesiredAccuracy of location updates from the native location API.
Defaults to DesiredAccuracy.High
OptionalpersistDefaults to true when plugin is enabled; false, otherwise. Set false to disable persisting the retrieved Locations in the plugin's SQLite database.
OptionalextrasOptional meta-data to attach to each location. These extras will be merged to the configured PersistenceConfig.extras and persisted / POSTed to your server (if you've configured a HttpConfig.url).
OptionaltimeoutLocation-timeout in milliseconds.
Default: 60000.
Sets the interval in milliseconds at which to fetch location updates.