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