Home > @magiclane/maps-sdk > LandmarkStoreCollection > add

LandmarkStoreCollection.add() method

Add all categories from the specified store.

Signature:

add(lms: LandmarkStore): GemError;

Parameters

Parameter

Type

Description

lms

LandmarkStore

The store

Returns:

GemError

* [GemError.success] on success * Other [GemError] values if it fails.

Exceptions

An exception if it fails.