Enumeration of possible values describing the accuracy of GeoCoordinates. This Enumeration was build on base of Google-MAPS-API.
This is what google API tells about Accuracy :
| Constants | Description |
|---|---|
| 0 | Unknown location.(Since 2.59) |
| 1 | Country level accuracy.(Since 2.59) |
| 2 | Region (state, province, prefecture, etc.) level accuracy.(Since 2.59) |
| 3 | Sub-region (county, municipality, etc.) level accuracy.(Since 2.59) |
| 4 | Town (city, village) level accuracy.(Since 2.59) |
| 5 | Post code (zip code) level accuracy.(Since 2.59) |
| 6 | Street level accuracy.(Since 2.59) |
| 7 | Intersection level accuracy.(Since 2.59) |
| 8 | Address level accuracy.(Since 2.59) |
| 9 | Premise (building name, property name, shopping center, etc.) level accuracy.(Since 2.105) |
| Member Name | Description |
|---|---|
| UnknownLocation | UnknownLocation enum value, for internal use. This is no valid setting when accessing the web service. |
| Country | Country level accuracy. |
| Region | Region (state, province, prefecture, etc.) level accuracy. |
| Subregion | Sub-region (county, municipality, etc.) level accuracy. |
| Town | Town (city, village) level accuracy. |
| PostCode | Post code (zip code) level accuracy. |
| Street | Street level accuracy. |
| Intersection | Intersection level accuracy. |
| Address | Address level accuracy. |
| Premise | Premise (building name, property name, shopping center, etc.) level accuracy. |
Namespace: SunnyCars.Schema.Osi.WsReservation.V4
Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)
SunnyCars.Schema.Osi.WsReservation.V4 Namespace | GeoCoordinates