GeolocationAccuracy Enum

Definition

Represents levels of accuracy when determining location.

C#
public enum GeolocationAccuracy
Inheritance
System.Enum
GeolocationAccuracy

Fields

Name Value Description
Default 0

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

Lowest 1

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

Low 2

Represents low accuracy, typically within 300-3000 meters.

Medium 3

Represents medium accuracy, typically within 30-500 meters.

High 4

Represents high accuracy, typically within 10-100 meters.

Best 5

Represents the best accuracy, using the most power to obtain and typically within 10 meters.

Applies to

Product Versions
Xamarin Essentials Android Latest
Xamarin Essentials iOS Latest
Xamarin Essentials Shared Latest
Xamarin Essentials TVOS Latest
Xamarin Essentials UWP Latest
Xamarin Essentials WatchOS Latest