distance To Line String
fun distanceToLineString(pointCoordinates: LngLatAlt, lineStringCoordinates: LineString, nearestPoint: LngLatAlt? = null): Double
Distance to a LineString from current location.
Return
The distance of the point to the LineString
Parameters
point Coordinates
LngLatAlt of current location
line String Coordinates
LineString that we are working out the distance from