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 LandmarkBrowseSessionSettings class

Properties

Property

Modifiers

Type

Description

categoryIdFilter

number

Specify the category filter. By default it is invalid landmark category id.

coordinates

Coordinates

Coordinates relative to which the order by distance is made in case of LandmarkOrder.distance

descendingOrder

boolean

Specify if descending order is desired. By default it is ascending.

nameFilter

string

Specify the name filter. By default it is empty.

orderBy

LandmarkOrder

Specify the kind of order desired. By default the landmarks are ordered by name.

Methods

Method

Modifiers

Description

equals(other)

fromJson(json)

static

toJson()