Position

final case class Position(latitude: Latitude, longitude: Longitude)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def distance(position: Position): Long

Distance between two Positions in meters

Distance between two Positions in meters

def toTuple: (Double, Double)

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product