Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::LandmarkBrowseSessionSettings Struct Reference

Used in specifying the settings of a LandmarkBrowseSession. More...

Collaboration diagram for gem::LandmarkBrowseSessionSettings:

Public Attributes

bool descendingOrder = false
 Specify if descending order is desired. By default it is ascending.
ELandmarkOrder orderBy = LO_Name
 Specify the kind of order desired. By default the landmarks are ordered by name.
String nameFilter
 Specify a filter to be applied to names.
int categoryIdFilter = KInvalidLandmarkCategId
 Specify a filter by category id. By default KInvalidLandmarkCategId, meaning landmarks from all categories will be selected.
Coordinates coordinates
 Coordinates relative to which the order by distance is made.

Detailed Description

Used in specifying the settings of a LandmarkBrowseSession.