ruby on rails - Information about geo-locations via coordinates -


are there ways information different places (cities, mountains, rivers , etc) via latitude/longtitude?

i'm planning use in rails project. of course, perfect use information wiki. example of searching on wiki via lat/lon?

may other technology/website/api?

you may check geocoder gem find address latitude , longtitude. can use wiki api find articles, this:

en.wikipedia.org/w/api.php?action=opensearch&search="place_name"&prop=info&format=xml

or, maybe wikilocation you


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -