Anybody knows how to get Country name or Country code from Altitude and Latitude with geolocation plugin?
dop2000 do you know?
There are lots of web services that you can use, have you tried googling?
stackoverflow.com/questions/4497728/get-country-from-latitude-longitude
developers.google.com/maps/documentation/javascript/geocoding
I did but all of those are codings and i don't have knowledge of Coding
I want to apply it in my game
there is a Geolocation plugin in C2 i thought it will do this but i don't know how
Develop games in your browser. Powerful, performant & highly capable.
I believe many of these services don't require any "coding". You send an AJAX request with an URL containing altitude and latitude, and in the response you should receive the country code.
For example:
http://api.geonames.org/countryCodeJSON?lat=49.03&lng=10.2&username=demo
.
Just find a service which is free (or within your budget) and easy to use.
Also, if your game is in C2, why did you post this in C3 forum?