mkmapsnapshotter Questions

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'...

3

Is there a way to take a screenshot of mapView and include the polyline? I believe I need to draw CGPoint's on the image that the MKSnapShotter returns, but I am unsure on how to do so. Current c...
Ciapha asked 18/7, 2016 at 22:18

3

Solved

I am trying to create a snapshot of a MKMapView in iOS7 application the same way it's recommended everywhere for previous iOS versions: - (UIImage*) renderMapViewToImage { UIGraphicsBeginImageCon...
Eades asked 13/9, 2013 at 0:19

2

Solved

I'm learning Swift 3 on my own, and my current learning project involves allowing the user to snap a photo and get a map snapshot with the current location pinned. I've relied on this answer from ...
Performance asked 13/3, 2017 at 5:33

4

I am trying to use the new iOS7 MKMapSnapshotter to generate a static map image. Whenever my app needs a map, I call the following: MKMapSnapshotter *snapshotter = [[[MKMapSnapshotter alloc] initW...
Dunaville asked 31/3, 2014 at 23:25

1

In my ios swift app I have a UITableViewController with cells added dynamically. Each cell has a MKMapView embedded and I'm setting the center of the map for each cell on different coordinates. I'm...
Superimposed asked 20/5, 2016 at 0:36

1

Solved

I am trying to get snapshot of map view with startWithCompletionHandler methods of MKMapSnapshotter. and I want to add Custom Pin Annotation View to snap shot. and there is a label in my custom ann...
Defensible asked 20/8, 2015 at 15:1

2

I'm getting different kind of crash reports related to VectorKit and MKMapSnapShotter. Crashes occur pretty random, but it seems like they happen most when returning from the background. The device...
Polley asked 22/11, 2013 at 10:35

0

MKMapSnapshotter seems to use up to 2GB of RAM when in the simulator, and triggers memory warnings and hangs my app for a very long time on the device. I'm not sure what part of my settings is caus...
Unpredictable asked 28/7, 2014 at 11:26

1

Solved

I thought iOS 7's MKMapSnapshotters would be a simple way to take a snapshot of an MKMapView, the benefit is that you can do it without loading the map into view. Even though it seems like more wor...
Footstone asked 27/3, 2014 at 15:39
1

© 2022 - 2024 — McMap. All rights reserved.