VMELatLng

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

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
fun VMELatLng(latitude: Double, longitude: Double)

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

Functions

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

Properties

Link copied to clipboard
val latitude: Double

The object's latitude

Link copied to clipboard
val longitude: Double

The object's longitude