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.

ios - how limit mapview specific region?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -