Point

lightdb.spatial.Geo.Point
case class Point(latitude: Double, longitude: Double) extends Geo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Geo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def center: Point

Attributes

Definition Classes
Geo

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product