ios - Is there a minimum span in an MKMapView? -


mkcoordinateregion region =      mkcoordinateregionmakewithdistance(annotation.coordinate, 10, 10);  [self.mapview setregion:region]; 

this code doesn't work correctly.

i have map current location , annotations.
want show annotations in radius of 10 meters.

is there minimum radius? if take 1000m works correctly!


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Blogger related post gadget image Resize s72-c [ Need Expert Help ] -