Closed eklem closed 1 year ago
For the search results you need to
getDistanceFromLatLonInKm({fromPointObj}, {toPointObj})
Maybe do some examples on iterating over an array of objects and show on map.
And then:
or...
Fixed with release v0.2.4 https://github.com/eklem/geo-search-helper/releases/tag/v0.2.4
getDistanceFromLatLonInKm({fromPointObj}, {toPointObj})
Illustration:
mapBoundsPosKm({fromPointObj}, radius)
Illustration:
mapBoundsPoints([poinstArray], ['keyLatValue'], ['keyLonValue'])
Illustration:
Show what's input and what's output.