PMPoiLocation

data class PMPoiLocation(val latitude: Double, val longitude: Double)

Structure for location

Constructors

Link copied to clipboard
fun PMPoiLocation(latitude: Double, longitude: Double)

Properties

Link copied to clipboard

Latitude in the form of geographic coordinates in decimal degrees.

Link copied to clipboard

Longitude in the form of geographic coordinates in decimal degrees.