Tizen Native API
5.0
|
This provides definitions of primary types.
Typedefs | |
typedef void * | maps_service_h |
The Maps Service handle. | |
typedef void * | maps_view_h |
The View handle. |
Typedef Documentation
typedef void* maps_service_h |
The Maps Service handle.
The Maps Service handle can be created by calling of maps_service_create().
To release the handle use maps_service_destroy().
- Since :
- 2.3.2
typedef void* maps_view_h |
The View handle.
The handle of View instance.
- Since :
- 2.3.2
- Remarks:
- To release the handle use maps_view_destroy().
- See also:
- maps_view_create()
- maps_view_destroy()