LatLng

data class LatLng(val latitude: Double, val longitude: Double, val altitudeMeters: Int? = null)(source)

A geographic coordinate pair with an optional altitude.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, altitudeMeters: Int? = null)

Properties

Link copied to clipboard

height above sea level in meters, if known.

Link copied to clipboard

degrees north (positive) or south (negative).

Link copied to clipboard

degrees east (positive) or west (negative).