distance

abstract fun distance(from: Point, to: Point): Double

Calculates distance between two coordinates.

Return

calculated distance in meters.