VMELatLng

data class VMELatLng(val latitude: Double, val longitude: Double)(source)

An immutable class representing a pair of latitude and longitude coordinates, stored as degrees.

Since

1.24

Parameters

latitude

The point's latitude.

longitude

The point's longitude.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Constructs a VMELatLng with the given latitude and longitude, measured in degrees.

Properties

Link copied to clipboard

The object's latitude

Link copied to clipboard

The object's longitude

Functions

Link copied to clipboard
open override fun toString(): String