nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
930 stars 214 forks source link

Yandex: return float lat/lng instead of string #229

Closed yosiat closed 7 years ago

yosiat commented 7 years ago

The latitude and longitude from Yandex geocoding result are string, while I expected to get float numbers (like google geocoding result).

yosiat commented 7 years ago

@nchaulet can you please give a look?

evgenybron commented 7 years ago

we are facing the same problem, @nchaulet can you please accept the raised pr? thanks in advance.

nchaulet commented 7 years ago

Hi i am just coming back from vacation I will take a look to that tomorrow morning (EST)

nchaulet commented 7 years ago

Fixed in 3.20.1 thanks for the PR and sorry for the long delay

yosiat commented 7 years ago

@nchaulet thank you!