I want to draw a map inside of my application using longitude and latitude. Is this possible in android?
I could only find this in developer's docs
If you could shed some light on this it would be a great.
Thanks in advance!
Here is code for something that does everything you want plus more -- it actually searches for a location by name, converts it to lat / long and then maps it:
https://github.com/bricolsoftconsulting/GeocoderPlusExample