mkmapitem Questions
3
I'm trying to display multiple locations in MKMapItem. I am getting those locations from a CLGeocoder, unfortunately it only accepts one location. Even though I pass in an NSArray it just returns o...
Ambler asked 7/1, 2013 at 12:12
4
I'm writing an Application that makes use of MapKit. I have implemented MKLocalSearch and I get back an array of MKMapItem's. However I was wondering if it was possible to get the category of each ...
Hacking asked 15/12, 2014 at 5:41
2
Solved
I've found that running some code to display a location in maps view MKMapItem.openInMaps() only works exactly 50% of the time.
In fact it precisely alternates between the MKPlacemark being display...
Hamo asked 28/12, 2016 at 21:13
1
Solved
I'm creating an app that uses CoreData to store points of interest. MKMapItem coordinates are accessible within mapItem.placemark.location. I'd like to pull out the individual latitude and longitud...
Symer asked 13/3, 2015 at 14:31
1
Solved
i want display a point to point route inside my mapView, i use this code for create the route:
- (IBAction)backToYourCar {
MKPlacemark *sourcePlacemark = [[MKPlacemark alloc] initWithCoordinate:s...
1
I've displayed user location and i want to display those fetched locations in MKMApItem.
I know the way to display in MKMapItem..But i cant pass those fetched locations to MapItem class..can u help...
Gothicize asked 9/1, 2013 at 12:56
1
Solved
How can I launch the default maps app for iOS6 and pass it a custom location?
For example:
[[MKMapItem setLocation:MyLocation] openInMapsWithLaunchOptions:nil];
I followed the example here, but...
Stoichiometry asked 2/10, 2012 at 15:2
1
© 2022 - 2024 — McMap. All rights reserved.