by toanchinh » Tue Oct 06, 2009 3:35 am
All of them can use in Android ?I'd like to know details of google maps Service to create the own application about google map. I thought some functions for my application, For example :
1. Indicate MyLocation
2. Search a place
3. Load a address when the user press a long click on the map.
4. Driving direction
5. Get the weather information of a place.
6. Join latitude.
My solution :
1. use MyLocationOverlay class to make the first function.
2. use GeoCoder class , and then use method getFromLocationName to get Address of a place
3. The same 2, but I can't write code for long click on the map
4. I use HttpURLConnection to call service of google map. Then, get a kml file which is returned by google maps service (this file contained collection of points from A to B). Finally, I draw Overlay on that pixel.
5. No solution
6. No solution
What do you recommend for me ?
Do you think you could offer the best solution for the above functions ?
Thanks in advance.