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)

Properties

Link copied to clipboard

Category of the location - if the location is a POI
Default value is PMCmdPoiCategory.None

Link copied to clipboard
val city: String? = null

City of the location

Link copied to clipboard
val country: String? = null

Iso of the country

Link copied to clipboard
val houseNumber: String? = null

House number of the location

Link copied to clipboard
val name: String? = null

Name of the POI

Link copied to clipboard
val position: PMGeoPosition? = null

Position of the address point

Link copied to clipboard
val street: String? = null

Street of the location

Link copied to clipboard

Type of location
Default value is PMLocationType.Other