| 
    Tizen Native API
    5.0
    
   
   | 
  
  
  
 
This provides APIs related to Place Link Object information, used in Place Discovery and Search.
Functions | |
| int | maps_place_link_object_destroy (maps_place_link_object_h link) | 
| Destroys the place link object handle and releases all its resources.   | |
| int | maps_place_link_object_clone (const maps_place_link_object_h origin, maps_place_link_object_h *cloned) | 
| Clones the place link object handle.   | |
| int | maps_place_link_object_get_id (const maps_place_link_object_h link, char **id) | 
| Gets the place link object ID.   | |
| int | maps_place_link_object_get_name (const maps_place_link_object_h link, char **name) | 
| Gets the place link object name.   | |
| int | maps_place_link_object_get_string (const maps_place_link_object_h link, char **string) | 
| Gets the place link object string.   | |
| int | maps_place_link_object_get_type (const maps_place_link_object_h link, char **type) | 
| Gets the place link object type.   | |
Typedefs | |
| typedef void * | maps_place_link_object_h | 
| The Place Link Object handle.   | |
| typedef void* maps_place_link_object_h | 
The Place Link Object handle.
The handle of Place Link Object instance.
| int maps_place_link_object_clone | ( | const maps_place_link_object_h | origin, | 
| maps_place_link_object_h * | cloned | ||
| ) | 
Clones the place link object handle.
This function clones the place link object handle origin and all its resources.
| [in] | origin | The original place link object handle | 
| [out] | cloned | A cloned place link object handle | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_OUT_OF_MEMORY | Out of memory | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported | 
Destroys the place link object handle and releases all its resources.
This function destroys the place link object handle and releases all its resources.
| [in] | link | The place link object handle to destroy | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported | 
| int maps_place_link_object_get_id | ( | const maps_place_link_object_h | link, | 
| char ** | id | ||
| ) | 
Gets the place link object ID.
This function gets the place link object ID.
| [in] | link | The handle of place link object | 
| [out] | id | The place link object ID | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported | 
| int maps_place_link_object_get_name | ( | const maps_place_link_object_h | link, | 
| char ** | name | ||
| ) | 
Gets the place link object name.
This function gets the place link object name.
| [in] | link | The handle of place link object | 
| [out] | name | The place link object name | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported | 
| int maps_place_link_object_get_string | ( | const maps_place_link_object_h | link, | 
| char ** | string | ||
| ) | 
Gets the place link object string.
This function gets the place link object string.
| [in] | link | The handle of place link object | 
| [out] | string | The place link object string | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported | 
| int maps_place_link_object_get_type | ( | const maps_place_link_object_h | link, | 
| char ** | type | ||
| ) | 
Gets the place link object type.
This function gets the place link object type.
| [in] | link | The handle of place link object | 
| [out] | type | The place link object type | 
0 on success, otherwise a negative error value | MAPS_ERROR_NONE | Successful | 
| MAPS_ERROR_INVALID_PARAMETER | Invalid parameter | 
| MAPS_ERROR_NOT_SUPPORTED | Not supported |