manhattanDistance

open fun manhattanDistance(@NonNull from: MPLatLng, @NonNull to: MPLatLng): Double

Given two points, returns the distance.

Return

The distance in the units set in the MPFastSphericalUtils CTOR

Parameters

from