0
votes
3answers
57 views
Displaying nearby businesses in mapkit
Is it possible to display nearby businesses in mapkit? If not, how else can that be done?
Is there a way to display by category - restaurant, retail, museums?
Also, I don't thin …
0
votes
1answer
27 views
What’s causing this error in a subclass of MKAnnotationView?
I'm trying to create a subclass of MKAnnotationView for an iPhone Mapkit app, but for some reason I am suddenly encountering this error:
Command /Developer/Platforms/iPhoneOS.pla …
0
votes
2answers
30 views
Mapkit UserLocation found event
Is there an event that gets fired when a users location is successfully found in the iPhone mapkit?
I want to call a web service at the time the current location pin is dropped on …
0
votes
1answer
30 views
Get info on a mapview selected annotation
I have annotations on a mapview and a callout with a button on each. What I need to do is grab properties from this callout, ie. the title, but logging this line:
NSLog(@"%@", map …
2
votes
3answers
181 views
Experience with MKMapView Rotation
I have an MKMapView that I am considering rotating in order to more conveniently display a series of Annotations to my users.
As of now I am planning on simply rotating the entire …
0
votes
0answers
15 views
How to add button like annotationView to the map ?
Hello
i'm try to add button to the map, but i have some problem with AnnotationView
I would like to stick the button to map and when map will be scrolling the button will be scroll …
1
vote
4answers
378 views
iPhone 3.0 MapKit — providing routing between points
Is it possible to have the MapKit connect defined points using the Google Maps API type routing connections.
5
votes
4answers
89 views
Mapkit routes and google license
So, this question is not if I can do routing with mapkit. You can't with the API. So I found the clever way of using an annotation to render a route between two points. The rou …
0
votes
1answer
68 views
mapkit and annotations
Hi
I am very new to XCode and iPhone development so please bear with me if this question is too simple. But I have a map and I have successfully added images (not pins) to it for …
2
votes
3answers
992 views
Positioning MKMapView to show multiple annotations at once
I've got several annotations I want to add to my MKMapView (it could 0-n items, where n is generally around 5). I can add the annotations fine, but I want to resize the map to fit …
3
votes
3answers
361 views
iPhone: Detecting Tap in MKMapView
How do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then override the touchesEnded method?
Thanks,
-Chris
1
vote
1answer
20 views
how to find if mapkit failed to get userlocation?
I want to find that if mapkit failed to get user location(fails to show blue blob at user location) and show alert and then relocate the location again.i don't want to use coreloca …
0
votes
1answer
132 views
Using Mapkit to create a local searchable Map
Using MapKit as a base, I'm planning on adding a map to a project with 'local search' capabilities. I think 'local search' describes the feature I want to design into the map. Here …
0
votes
1answer
25 views
how to set mapkit’s default annonation location?
I want to pass cordinates to default blue blob of mapkit.but it gives error? how do i show blue blob at my desired location?
0
votes
5answers
60 views
How to simulate a user driving a route in a MKMapView?
I need to simulate how my application will look when a user is driving around for a demo. I have a MKMapView, how can I simulate the look of a user driving around which will use th …
