Tizen Native API  7.0
_maps_coordinates_s Struct Reference

Public Attributes

double latitude
double longitude

Detailed Description

Structure of the Geographical Coordinates.

This structure represents a Geographical Coordinates, specified with a latitude and longitude values.
The latitude must be in range of [-90.0, 90.0].
The longitude must be in range of [-180.0, 180.0].

Since :
2.4
Remarks:
maps_coordinates_h is a void pointer to the maps_coordinates_h.
Do not use maps_coordinates_s directly if you are an application developer. Using maps_coordinates_h is recommended.
See also:
maps_coordinates_h

Member Data Documentation

The latitude [-90.0 ~ 90.0] (degrees)

The longitude [-180.0 ~ 180.0] (degrees)