|
SketchUp C API
|
References a type that contains location information of a model (e.g. latitude, longitude). More...
#include <SketchUpAPI/model/location.h>
Related Functions | |
(Note that these are not member functions.) | |
| enum SUResult | SULocationGetLatLong (SULocationRef location, double *latitude, double *longitude) |
| Retrieves the latitude and longitude of a location object. More... | |
| enum SUResult | SULocationSetLatLong (SULocationRef location, double latitude, double longitude) |
| Assigns the latitude and longitude values of a location object. More... | |
| enum SUResult | SULocationGetNorthAngle (SULocationRef location, double *north_angle) |
| Retrieves the north angle of a location object. More... | |
| enum SUResult | SULocationSetNorthAngle (SULocationRef location, double north_angle) |
| Assigns the north angle value of a location object. More... | |
References a type that contains location information of a model (e.g. latitude, longitude).
|
related |
Retrieves the latitude and longitude of a location object.
| [in] | location | The location object. |
| [out] | latitude | The latitude value retrieved. |
| [out] | longitude | The longitude value retrieved. |
|
related |
Retrieves the north angle of a location object.
| [in] | location | The location object. |
| [out] | north_angle | The north angle value retrieved. |
|
related |
Assigns the latitude and longitude values of a location object.
| [in] | location | The location object. |
| [in] | latitude | The latitude value to assign. |
| [in] | longitude | The longitude value to assign. |
|
related |
Assigns the north angle value of a location object.
| [in] | location | The location object. |
| [in] | north_angle | The north angle value to assign. |
1.8.3.1