Struct Coordinate

Definition

Namespace:
Tizen.Location
Assembly:
Tizen.Location.dll
API Level:
3

This structure represents the coordinates of a geographical location.

C#
Copy
[NativeStruct("location_coords_s", Include = "locations.h", PkgConfig = "capi-location-manager")] public struct Coordinate

Fields

View Source

Latitude

Latitude component of the coordinate. Should have a value between [-90.0 ~ 90.0] (degrees).

Declaration
C#
Copy
public 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#
Copy
public double Longitude
Field Value
Type Description
System.Double
API Level: 3