Allow user to zoom in but not out on mapview region - iOS Objective-C -
when mapview loaded, set mapregion following:
mkcoordinateregion region = mkcoordinateregionmakewithdistance(location.coordinate, 700, 700); [self.mapview setregion:region]; i want user able zoom in on region, not zoom out past it.
what best way of going doing this?
unfortunately, mkmapviews bit limited solution might out.
Comments
Post a Comment