Home > @magiclane/maps-sdk > LandmarkStoreType
LandmarkStoreType enum
Landmark store types
Places
Signature:
export declare enum LandmarkStoreType Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
defaultType |
|
Plain landmark store. |
|
geofence |
|
Geofence database (not listed as landmark store) This type is returned by a cursor selection in a MapView |
|
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 ) |
|
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 ) |
|
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 ) |
|
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 ) |
|
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 ) |
|
mapRoads |
|
Map roads database (not listed as landmark store) This type is returned by a cursor selection in a MapView |
|
none |
|
No landmark store type. |
|
overlays |
|
Overlays database (not listed as landmark store) This type is returned by a cursor selection in a MapView |