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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -