mkcoordinatespan Questions
3
Solved
When I need to make an MKCoordinateRegion, I do the following:
var region = MKCoordinateRegion
.FromDistance(coordinate, RegionSizeInMeters, RegionSizeInMeters);
very simple - works perfectly.
...
Big asked 22/1, 2014 at 2:51
3
I checked the properties in documentation for MKCoordinateRegion, MKCoordinateSpan and MKMapView to see there is a way to get the TopLeft and BottomRight Lat Long from the map view and I didn't fin...
Evacuee asked 17/3, 2010 at 18:13
3
Solved
I need to create a MKCoordinateSpan that is about 500 meters.
How do I calculate the values to pass into the MKCoordinateSpan constructor?
Answers in any programming (Obj-C, .Net) language are fi...
Katy asked 11/9, 2011 at 22:41
1
© 2022 - 2024 — McMap. All rights reserved.