2

i want to develpe map like below link

https://developers.google.com/maps/location-based-apps

Currently i am Using Compute on map to capture scroll , i am using google api but its taking long to get responce data and drop pin

is there any native way to do this?

thanks

sara
  • 131
  • 4
  • 14

1 Answers1

2

In android you need events fired on map change. Have a look at: How to catch that map panning and zoom are really finished?

and http://mpcabd.igeex.biz/android-map-view-with-pan-zoom-events/

Community
  • 1
  • 1
jeprubio
  • 17,312
  • 5
  • 45
  • 56
  • And with maps api v2 (MapFragments) you can use GoogleMap.OnCameraChangeListener http://stackoverflow.com/questions/13722869/how-to-handle-ontouch-event-for-map-in-google-map-api-v2 – jeprubio Feb 20 '13 at 16:58