Struct Coordinate
Definition
- Namespace:
- Tizen.Location
- Assembly:
- Tizen.Location.dll
- API Level:
- 3
This structure represents the coordinates of a geographical location.
C#Copypublic struct Coordinate
Fields
View Source
Latitude
Latitude component of the coordinate. Should have a value between [-90.0 ~ 90.0] (degrees).
Declaration
C#Copypublic double Latitude
Field Value
Type | Description |
---|---|
System.Double |
API Level: 3
View Source
Longitude
Longitude component of the coordinate. Should have a value between [-180.0 ~ 180.0] (degrees).
Declaration
C#Copypublic double Longitude
Field Value
Type | Description |
---|---|
System.Double |