When implementing location from C/AL, there are some options that you can optionally pass to LocationProvider.RequestLocationAsync(options)
. The options can be accessed by using Microsoft.Dynamics.Nav.Client.Capabilities.LocationOptions
found in the Microsoft.Dynamics.Nav.ClientExtensions
dll.
For most scenarios it is not necessary to specify options.
Location Options List
A value to provide a hint to the device that this request must have the best possible location accuracy. |
The maximum length of time (milliseconds) that is allowed to pass to a location request. |
The maximum length of time (milliseconds) of a cached location. |