SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
location.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
2 
3 #ifndef SLAPI_MODEL_LOCATION_H_
4 #define SLAPI_MODEL_LOCATION_H_
5 
6 #include <slapi/model/defs.h>
7 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
28 SU_RESULT SULocationGetLatLong(SULocationRef location, double* latitude,
29  double* longitude);
30 
42 SU_RESULT SULocationSetLatLong(SULocationRef location, double latitude,
43  double longitude);
44 
54 SU_RESULT SULocationSetNorthAngle(SULocationRef location, double north_angle);
55 
56 #ifdef __cplusplus
57 } // extern "C"
58 #endif
59 
60 #endif // SLAPI_MODEL_LOCATION_H_