|
Maps SDK for C++ 1.0.0
|
Used in specifying the settings of a LandmarkBrowseSession. More...

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. | |
Used in specifying the settings of a LandmarkBrowseSession.