0

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!

Jared
  • 1,449
  • 2
  • 19
  • 40

1 Answers1

0

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

Theo
  • 5,963
  • 3
  • 38
  • 56