Home > @magiclane/maps-sdk > LandmarkStoreService > getLandmarkStoreType
LandmarkStoreService.getLandmarkStoreType() method
Get the type of the landmark store
Signature:
static getLandmarkStoreType(landmarkStoreId: number): LandmarkStoreType;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
landmarkStoreId |
number |
The ID of the landmark store. |
Returns:
The landmark store type as LandmarkStoreType. If landmarkStoreId is invalid, it returns LandmarkStoreType.none
Exceptions
An exception if it fails.