Struct Coordinate
Definition
- Assembly:
- Tizen.Location.dll
This structure represents the coordinates of a geographical location.
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 |
Longitude
Longitude component of the coordinate. Should have a value between [-180.0 ~ 180.0] (degrees).
Declaration
public double Longitude
Field Value
Type | Description |
---|---|
double |