Properties | |
| bool | HasLatitude [get, set] |
| Whether the latitude can be calculated. | |
| double | Latitude [get, set] |
| Valid latitude (deg) values are -90 to +90. | |
| bool | HasLongitude [get, set] |
| Whether the longitude can be calculated. | |
| double | Longitude [get, set] |
| Valid longitude (deg) values are -180 to +180. | |
| bool | HasAltitude [get, set] |
| Whether the altitude can be calculated. | |
| double | Altitude [get, set] |
| Altitude (m) | |
| bool | HasSpeed [get, set] |
| Whether the speed can be calculated. | |
| double | Speed [get, set] |
| Speed (km/h) | |
| bool | HasTime [get, set] |
| Whether the time can be calculated. | |
| long | Time [get, set] |
| Time (msec): UTC time from January 1, 1970 (00:00:00) | |
| bool | HasBearing [get, set] |
| Whether the direction can be calculated. | |
| double | Bearing [get, set] |
| Valid direction values are clockwise from the North 0 - 360. | |
| bool | HasAccuracy [get, set] |
| Whether the accuracy can be calculated. | |
| double | Accuracy [get, set] |
| Accuracy (m) | |
| LocationDeviceType | DeviceType [get, set] |
| Devices by which calculation is possible. | |
Location information.