GeolocationAccuracy

Wisej.Hybrid.Shared.Geolocation.GeolocationAccuracy

Namespace: Wisej.Hybrid.Shared.Geolocation

Assembly: Wisej.Hybrid (3.5.0.0)

Represents levels of accuracy when determining the device location.

public enum GeolocationAccuracy : Enum

Fields

NameDescription

Best

Default

Represents default accuracy (Medium), typically within 30-500 meters.

High

Low

Represents low accuracy, typically within 300-3000 meters.

Lowest

Represents the lowest accuracy, using the least power to obtain and typically within 1000-5000 meters.

Medium

Represents medium accuracy, typically within 30-500 meters.

Used By

NameDescription

Gets or sets the desired accuracy of the resulting location.

Last updated