PMLocationInfo
data class PMLocationInfo(val position: PMGeoPosition? = null, val category: PMCmdPoiCategory, val type: PMLocationType, val name: String? = null, val street: String? = null, val houseNumber: String? = null, val city: String? = null, val country: String? = null)
Represents information about a location
Constructors
Link copied to clipboard
fun PMLocationInfo(position: PMGeoPosition? = null, category: PMCmdPoiCategory, type: PMLocationType, name: String? = null, street: String? = null, houseNumber: String? = null, city: String? = null, country: String? = null)