Coordinate

case class Coordinate(longitude: Double, latitude: Double)

A representation of a coordinate as a pair of longitude and latitude.

Value parameters:
latitude

the latitude of the coordinate.

longitude

the longitude of the coordinate

Source:
GeoJson.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product