Home > @magiclane/maps-sdk > LandmarkStoreType

LandmarkStoreType enum

Landmark store types

Places

Signature:

export declare enum LandmarkStoreType 

Enumeration Members

Member

Value

Description

defaultType

"defaultType"

Plain landmark store.

geofence

"geofence"

Geofence database (not listed as landmark store) This type is returned by a cursor selection in a MapView

mapAddress

"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

"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

"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

"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

"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

"mapRoads"

Map roads database (not listed as landmark store) This type is returned by a cursor selection in a MapView

none

"none"

No landmark store type.

overlays

"overlays"

Overlays database (not listed as landmark store) This type is returned by a cursor selection in a MapView