Tizen Native API  7.0
Primary types

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.4
See also:
maps_service_create()
maps_service_destroy()
typedef void* maps_view_h

The View handle.

The handle of View instance.

Since :
3.0
Remarks:
To release the handle use maps_view_destroy().
See also:
maps_view_create()
maps_view_destroy()