Coordinates

class Coordinates(val latitude: Double, val longitude: Double)

A geographic location represented by latitude and longitude.

Valid latitude values are between -90.0 and 90.0, both inclusive. Valid longitude values are between -180.0 and 180.0, both inclusive.

Constructors

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

Properties

Link copied to clipboard

The latitude of the location.

Link copied to clipboard

The longitude of the location.