views:

253

answers:

3

Hi, developer friends.

I am going to develop an app based on google map. In that locations will be displayed with markers or points near current location (point of interest). I have lattitude, longitude of different places and I am also able to find the distance from current location. I just want some help working on google map. Displaying places by latitude, longitude using markers.

I have the MAP View app of google map api. Please suggest me some tutorials or URL/source code which uses marked places and all that.

Thanks in Advance. Ruchir Shah

+2  A: 

Check this tutorials 1, 2, 3

Prakash
+1  A: 

If you're talking about the Google Maps Ajax APIs (for display in a web app), then the Google documentation has copious code examples and explanatory documentation.

If you mean the Google-based maps that are available to native iPhone applications, then please refer to the documentation for MapKit.

Sixten Otto
+1  A: 

This may be helpful iphone-google-maps-component

Stuart