Home > @magiclane/maps-sdk > LandmarkStoreService > getLandmarkStoreById
LandmarkStoreService.getLandmarkStoreById() method
Get landmark store by ID.
Signature:
static getLandmarkStoreById(landmarkStoreId: number): LandmarkStore | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
landmarkStoreId |
number |
The ID of the landmark store |
Returns:
LandmarkStore | null
LandmarkStore object if it exists, otherwise null.
Exceptions
An exception if it fails.