Home > @magiclane/maps-sdk > LandmarkStoreCollection > remove
LandmarkStoreCollection.remove() method
Remove all categories of the specified store.
Signature:
remove(lms: LandmarkStore): GemError;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
lms |
The store |
Returns:
GemError
[GemError.success] on success, otherwise see [GemError] for other values.
Exceptions
An exception if it fails.