TPosLmEvent Struct Reference

API published in: S60 3rd Ed


#include <epos_landmarks.h>

Detailed Description

Struct for landmark database change event details.

Data Fields

TPosLmEventType  iEventType
  Type of event.
TPosLmItemId  iLandmarkItemId
  ID of an involved database item.
TUint8  iUnused [8]
  For future use.

Field Documentation

TPosLmEventType TPosLmEvent::iEventType
 

Type of event.

TPosLmItemId TPosLmEvent::iLandmarkItemId
 

ID of an involved database item.

This ID indicates that the event is associated with one database item. If the change is not associated with exactly one item, item ID will be set to KPosLmNullItemId. For instance this ID will be set to KPosLmNullItemId for EPosLmEventUnknownChanges events.

TUint8 TPosLmEvent::iUnused[8]
 

For future use.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top