Home > @magiclane/maps-sdk > LandmarkStoreCollection > containsLandmarkStore
LandmarkStoreCollection.containsLandmarkStore() method
Check if the specified store has any category in the list.
Signature:
containsLandmarkStore(lms: LandmarkStore): boolean;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
lms |
The store |
Returns:
boolean
True if the store has any category in the list, false otherwise.
Exceptions
An exception if it fails.