Posts by Alee Silva • 11 points
1 post
-
1
votes0
answers96
viewsQ: I wanted to call this function within my anonymous function, how can I do that?
retonaEndereco(myLatlng,adress => { let getDistance = function (origin,destination) { let distance = geolib.getDistance(origin,destination); return…