GeolocationRequest
Wisej.Hybrid.Shared.Geolocation.GeolocationRequest
Namespace: Wisej.Hybrid.Shared.Geolocation
Assembly: Wisej.Hybrid (3.5.0.0)
Represents the criteria for a location request.
public class GeolocationRequestPublic Class GeolocationRequestConstructors
GeolocationRequest()
Initializes a new instance of the GeolocationRequest class with default options.
GeolocationRequest(accuracy)
Initializes a new instance of the GeolocationRequest class with the specified accuracy.
GeolocationRequest(accuracy, timeout)
Initializes a new instance of the GeolocationRequest class with the specified accuracy and timeout.
Properties
DesiredAccuracy
GeolocationAccuracy: Gets or sets the desired accuracy of the resulting location.
RequestFullAccuracy
Boolean: Gets or sets whether to request full permission to temporarily use location services with full accuracy.
This value is only used on iOS 14+. Using this functionality requires the NSLocationTemporaryUsageDescriptionDictionary key to be present in the info.plist file.
Timeout
TimeSpan: Gets or sets the location request timeout.
Last updated