Fork me on GitHub
Show:

DistanceCalculatorInterface

Summary

Calculates the distance between two points.

Constructor

aeris.directions.helpers.DistanceCalculatorInterface

Syntax

aeris.directions.helpers.DistanceCalculatorInterface

() static

Summary

Item Index

Methods

Methods

getDistanceBetween

Syntax

getDistanceBetween

(
  • latLonA
  • latLonB
)
Number static

Summary

Parameters:

Returns:

Number:

Distance in meters between the two latLons.