Enum LocationAccuracy

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll

Defines levels of accuracy for a location's address data, used to specify how precisely the coordinates are identified from the geocoding processor.

public enum LocationAccuracy
Extension Methods

Fields

[Display(Description = "District", ResourceType = typeof(LocationAccuracyLocalization))] District = 1
[Display(Description = "HouseNumber", ResourceType = typeof(LocationAccuracyLocalization))] HouseNumber = 3
[Display(Description = "NotSet", ResourceType = typeof(LocationAccuracyLocalization))] NotSet = 0
[Display(Description = "Object", ResourceType = typeof(LocationAccuracyLocalization))] Object = 4
[Display(Description = "Street", ResourceType = typeof(LocationAccuracyLocalization))] Street = 2