PMSearch

data class PMSearch(val proximity: PMProximity, val name: String? = null, val anchor: String? = null, val category: PMCmdPoiCategory)

Search request

Constructors

Link copied to clipboard
fun PMSearch(proximity: PMProximity, name: String? = null, anchor: String? = null, category: PMCmdPoiCategory)

Properties

Link copied to clipboard
val anchor: String? = null

Combined with PFProximity anchor, this should be the name of the place to search around

Link copied to clipboard

Search by category
Default value is PMCmdPoiCategory.None

Link copied to clipboard
val name: String? = null

Name of the place for search

Link copied to clipboard

Proximity
Default value is PMProximity.CurrentLocation