In my iphone app I am using google map SDK for showing nearby restaurants.I am able to show the places. I have some doubts..
1. How can I find out the center coordinates of the map ??
2. How to revert back to current position ?
3.How to find out the map is moved- ie center coordinates changed(just like regionChanged delegate in MKMapView)
This should probably be three separate questions, however:
1.
2.
3.
Use the
[mapView:didChangeCameraPosition:]
delegate method.