Struct Coordinate
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
This structure represents the coordinates of a geographical location.
[NativeStruct("location_coords_s", Include = "locations.h", PkgConfig = "capi-location-manager")]
public struct Coordinate
Fields
View SourceLatitude
Latitude component of the coordinate. Should have a value between [-90.0 ~ 90.0] (degrees).
Declaration
public double Latitude
Field Value
Type | Description |
---|---|
Double |
API Level: 3
View SourceLongitude
Longitude component of the coordinate. Should have a value between [-180.0 ~ 180.0] (degrees).
Declaration
public double Longitude
Field Value
Type | Description |
---|---|
Double |