mkpolyline Questions
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
Solved
I'd like to apply a gradient on a polyline view depending on some conditions like speed.
I was able to subclass MKPolyLineRenderer to draw with custom stroke and fill, but only with the same color...
Phalangeal asked 27/11, 2013 at 16:4
2
Solved
- (void)viewDidLoad
{
[super viewDidLoad];
CLLocationCoordinate2D currentLocation;
currentLocation.latitude = self.mapView.userLocation.location.coordinate.latitude;
currentLocation.longitude ...
Bassist asked 3/12, 2013 at 12:3
2
Solved
In the app I'm currently designing I have a MKMapView with overlays on it (customized MKPolylines btw) and I would like to be able to detect touch events on these overlays and assign a specific act...
Thecla asked 22/6, 2011 at 7:36
© 2022 - 2024 — McMap. All rights reserved.