0

I am developing an tracking system in android and I have list of latitude and longitude stored in MySQL database. I want to display the stored lat-long on Google maps.

Gajus
  • 69,002
  • 70
  • 275
  • 438
  • possible duplicate of [What is the ideal data type to use when storing latitude / longitudes in a MySQL database?](http://stackoverflow.com/questions/159255/what-is-the-ideal-data-type-to-use-when-storing-latitude-longitudes-in-a-mysql) – Gajus Jun 15 '15 at 19:29

1 Answers1

0

If you need to work with Google Maps APi v3 Check here the official website .. There is a sample there in the website to start with . and if you want to get data from MySQL databse check this link

Mohamed ALOUANE
  • 5,349
  • 6
  • 29
  • 60