API published in: S60 3rd Ed
Link against: lmkcommonui.lib
Required Capabilities
LocalServices Location NetworkServices ReadUserData WriteUserData
Exceptions
None
Other Information
None
#include <tlmkitemiddbcombiinfo.h>
Public Member Functions |
|
IMPORT_C | TLmkItemIdDbCombiInfo () |
C++ default constructor. |
|
IMPORT_C | ~TLmkItemIdDbCombiInfo () |
Destructor. |
|
IMPORT_C TPosLmItemId | GetItemId () const |
The client application executes this method to get the ID of a landmark or category. |
|
IMPORT_C CPosLandmarkDatabase * | GetLmDb () const |
The client application executes this method to get the handle to a landmark database. |
|
IMPORT_C void | SetItemId (TPosLmItemId &aLmItemId) |
This function is used to set the landmark or category id to the object of this class. |
|
IMPORT_C void | SetLmDb (CPosLandmarkDatabase *aDb) |
This function is used to set the landmark database handle to the object of this class. |
|
C++ default constructor.
|
|
Destructor. |
|
The client application executes this method to get the ID of a landmark or category.
|
|
The client application executes this method to get the handle to a landmark database. The client takes the ownership of database handle. The database pointer is the same for all landmarks from the same database. It is the responsibilty of the API client to manage these database pointers and delete those pointers.
|
|
This function is used to set the landmark or category id to the object of this class. Basically this function is used by the API implementation logic.
|
|
This function is used to set the landmark database handle to the object of this class. Objects of this class owns the database handle.Basically this function is used by the API implementation logic.
|