Home > @magiclane/maps-sdk > LandmarkBrowseSessionSettings
LandmarkBrowseSessionSettings class
Used in specifying the settings of a LandmarkBrowseSession
Core
Signature:
export declare class LandmarkBrowseSessionSettings Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
(constructor)({ descendingOrder, orderBy, nameFilter, categoryIdFilter, coordinates, }, input) |
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
Specify the category filter. By default it is invalid landmark category id. | ||
|
Coordinates relative to which the order by distance is made in case of LandmarkOrder.distance | |||
|
boolean |
Specify if descending order is desired. By default it is ascending. | ||
|
string |
Specify the name filter. By default it is empty. | ||
|
Specify the kind of order desired. By default the landmarks are ordered by name. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
| ||