|
Maps SDK for C++ 1.0.0
|
Places related interfaces. More...
Typedefs | |
| using | gem::AddressInfoRef = ApiRef<AddressInfo> |
| Reference to AddressInfo. | |
| using | gem::LandmarkCategoryList = List<LandmarkCategory> |
| List of LandmarkCategory objects. | |
| using | gem::LandmarkCategoryListRef = ApiRef<LandmarkCategoryList> |
| Reference to LandmarkCategoryList. | |
| using | gem::LandmarkList = List<Landmark> |
| List of Landmark objects. | |
| using | gem::LandmarkPositionList = List<LandmarkPosition> |
| List of LandmarkPosition objects. | |
| using | gem::LandmarkListRef = ApiRef<LandmarkList> |
| Reference to LandmarkList. | |
| using | gem::CoordinatesList = List<Coordinates> |
| List of Coordinates objects. | |
| using | gem::CoordinatesListRef = ApiRef<CoordinatesList> |
| Reference to CoordinatesList. | |
| using | gem::LandmarkAlarmsListRef = ApiRef<CoordinatesReferenceList<LandmarkPosition>> |
| Reference to CoordinatesReferenceList of Landmark objects. | |
| using | gem::OverlayItemAlarmsListRef = ApiRef<CoordinatesReferenceList<OverlayItemPosition>> |
| Reference to CoordinatesReferenceList of OverlayItem objects. | |
| using | gem::ContactInfoRef = ApiRef<ContactInfo> |
| Reference to ContactInfo. | |
| using | gem::CoordinatesRef = ApiRef<Coordinates> |
| Reference to Coordinates. | |
| using | gem::GuidedAddressSearchPreferencesRef = ApiRef<GuidedAddressSearchPreferences> |
| Reference to GuidedAddressSearchPreferences. | |
| using | gem::EntranceLocationsRef = ApiRef<EntranceLocations> |
| Reference to EntranceLocations. | |
| using | gem::LandmarkRef = ApiRef<Landmark> |
| Reference to Landmark. | |
| using | gem::LandmarkStoreCollectionRef = ApiRef<LandmarkStoreCollection> |
| Reference to LandmarkStoreCollection. | |
| using | gem::LandmarkStoreListener = Listener<ILandmarkStoreListener> |
| ILandmarkStoreListener wrapper class. | |
Places related interfaces.
ILandmarkStoreListener wrapper class.
Keeps a raw pointer or a safe pointer to a ILandmarkStoreListener interface.
Address level of detail.
| enum gem::EAddressField |
Address field enumeration.
Backward compatibility only!
Global predefined categories
Deprecated, use EGenericCategoriesIDs instead
| enum gem::ELandmarkOrder |
Ways in which Landmarks from a Landmark Browse Session can be ordered.
| Enumerator | |
|---|---|
| LO_Name | Order by Name. |
| LO_Date | Order by Date (date of insertion). |
| LO_Distance | Order by Distance (relative to a given position). |
Landmark store types.
| Enumerator | |
|---|---|
| LST_None | No landmark store type. |
| None | |
| LST_Default | Plain user defined landmark store. |
| Default | |
| LST_MapAddress | Map address database (not listed as landmark store). This type is returned by a cursor selection in a MapView or by a search result Can be added to a landmark store collection ( e.g. MapViewPreferences, SearchPreferences, AlarmService ) |
| MapAddress | |
| LST_MapPoi | Map POIs landmark store. The landmark store is read-only and doesn't supports browse operations This type is returned by a cursor selection in a MapView or by a search result Can be added to a landmark store collection ( e.g. MapViewPreferences, SearchPreferences, AlarmService ) |
| MapPoi | |
| LST_MapCity | Map cities database (not listed as landmark store). This type is returned by a cursor selection in a MapView or by a search result Can be added to a landmark store collection ( e.g. MapViewPreferences, SearchPreferences, AlarmService ) |
| MapCity | |
| LST_MapHighwayExit | Map highway exits (not listed as landmark store). This type is returned by a cursor selection in a MapView or by a search result Can be added to a landmark store collection ( e.g. MapViewPreferences, SearchPreferences, AlarmService ) |
| MapHighwayExit | |
| LST_MapCountry | Map countries database (not listed as landmark store). This type is returned by a cursor selection in a MapView or by a search result Can be added to a landmark store collection ( e.g. MapViewPreferences, SearchPreferences, AlarmService ) |
| MapCountry | |
| LST_MapRoads | Map roads database (not listed as landmark store). This type is returned by a cursor selection in a MapView |
| MapRoads | |
| LST_Overlays | Overlays database (not listed as landmark store). This type is returned by a search result in overlays |
| LST_Geofence | Geofence database (not listed as landmark store). This type is returned by a search result in geofences |
| LST_Last | Last element of this enumeration. |
| Last | |