Hello all! I'm new to Geonames. I'm trying to find out how to retrieve the latitude and longitude for an address. I looked through the documentation but it's confusing for a beginner. I will really appreciate any kind of guidance! I'm currently using ajax for an autocomplete of cities and would also like to retrieve the lat, lng coordinates.
you can use the OR operator. Per default the search service is using a AND operator and if your query string contains terms that do not match it won't find anything.
Ooh I looked at the list but missed it! Thank you again, you are a great help! I wish there were some tutorials for Geonames beginners. I'd love to make some once I learn it.