MartinSeeler / forecast-io-wrapper

Java wrapper library for the v2 Forecast API provided by The Dark Sky Company, LLC.
http://martinseeler.github.io/forecast-io-wrapper/
MIT License
7 stars 1 forks source link

Use Google Maps API for city name lookups #3

Open MartinSeeler opened 10 years ago

MartinSeeler commented 10 years ago

It would be nice to call forecast.getForecastFor("New York City") if someone don't know the precise coordinates.

michelangelocasablancas commented 7 years ago

Yes, I understand that the only way is calling another API (like gmaps) to get the coordinates from the city name?