googlemap zoom in iphone application
- by Filthy Night
Hi all,
i have a problem in iphone application that i have integrated google map and i am calculating center runtime so that the map shows both points on the iphone screen, the alogrithm applied (thanks to stackover flow) is working fine in case of 2 locations very far from each other.
But it is not working for near locations and the zoom level goes too much that it is not able to show any images of those two near locations, so i want to put a check that if the location are very near to each other
OR
the google is not able to show the maps of the locations then it choose the default zoom level so that it shows the map on the screen instead of blank / black screen.
Thanks in advance