Home > @magiclane/maps-sdk > LandmarkStore > createLandmarkBrowseSession
LandmarkStore.createLandmarkBrowseSession() method
Create a landmarks browse session with the specified settings
Shows only the landmarks added before the LandmarkBrowseSession was created
Signature:
createLandmarkBrowseSession(settings?: LandmarkBrowseSessionSettings): LandmarkBrowseSession;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
settings |
(Optional) The settings for the landmarks browse session. If not specified, the default settings are used |
Returns:
The landmarks browse session
Exceptions
An exception if it fails.