Go to the source code of this file.
SU_RESULT SULocationGetLatLong |
( |
SULocationRef |
location, |
|
|
double * |
latitude, |
|
|
double * |
longitude |
|
) |
| |
Retrieves the latitude and longitude of a location object.
- Parameters
-
[in] | location | The location object. |
[out] | latitude | The latitude value retrieved. |
[out] | longitude | The longitude value retrieved. |
- Returns
-
SU_RESULT SULocationSetLatLong |
( |
SULocationRef |
location, |
|
|
double |
latitude, |
|
|
double |
longitude |
|
) |
| |
Assigns the latitude and longitude values of a location object.
- Parameters
-
[in] | location | The location object. |
[in] | latitude | The latitude value to assign. |
[in] | longitude | The longitude value to assign. |
- Returns
-
SU_RESULT SULocationSetNorthAngle |
( |
SULocationRef |
location, |
|
|
double |
north_angle |
|
) |
| |
Assigns the north angle values of a location object.
- Parameters
-
[in] | location | The location object. |
[in] | north_angle | The north angle value to assign. |
- Returns
-