PMSearchResult

data class PMSearchResult(val locationInfo: PMLocationInfo? = null, val distance: Int = 0, val language: String? = null)

Search response

Constructors

Link copied to clipboard
fun PMSearchResult(locationInfo: PMLocationInfo? = null, distance: Int = 0, language: String? = null)

Properties

Link copied to clipboard
val distance: Int = 0

Distance to location from current position in meters

Link copied to clipboard
val language: String? = null

Language of the search result in ISO 639 standard

Link copied to clipboard

Location info