mkmaprect Questions
11
Solved
I have a square MKMapView in my app, and I wish to set a center point and the exact height/width of the view in meters.
Creating an MKCoordinateRegion and setting the map to it (as in this code......
Lagoon asked 14/2, 2012 at 0:50
2
Solved
I need to figure out how to set up MKMapSnapshotterOptions to take a snapshot of aerial/satellite imagery associated with a polygonal region of the earth.
Filling out the 'region', 'scale', 'size'...
Onfre asked 10/1, 2014 at 1:4
4
Solved
I have 2 annotations to display on the mapview, but unable to set the maprect to show all of them on screen without requiring users to zoom out.
I tried with showAnnotations but no luck. Anyone h...
Fowlkes asked 26/1, 2015 at 16:51
1
I created a method as below to convert a CGRect to MapRect as below
- (MKMapRect)mapRectForRect:(CGRect)rect
{
CLLocationCoordinate2D topleft = [mapView convertPoint:CGPointMake(rect.origin.x, re...
2
How can I keep a pin centered on a map whilst I move (via Pan Gesture) another view vertically over the map such that the pin remains above the overlay (not an actual MapKit overlay).
See attached...
1
Solved
I'm trying to find out the size of an MKMapRect in points (i.e. 320x568 points for iPhone).
Is there something similar to converting co-ordinates to points? i.e.
[self.mapView convertCoordinate:c...
Goldengoldenberg asked 26/2, 2014 at 21:10
1
© 2022 - 2024 — McMap. All rights reserved.