Tagged Questions
7
votes
4answers
6k views
Custom MKPinAnnotation callout bubble similar to default callout bubble
i want to create a custom callout bubble on MKMapView. But i want to create the call out bubble in the same manner of default bubble. So how to create a View look like annotaion in this image
I want ...
5
votes
7answers
7k views
MKMapView refresh after pin moves
A custom AnnotationView is updated with new coordinates. But the problem is that it visually updates only after some manipulations with MKMapView, e.g. zooming or moving.
What should I do to manually ...
2
votes
1answer
87 views
Should I remove or hide my annotations in MKMapView?
I was wondering which would be faster/more efficient when it comes to taking off annotations from the map: hiding or removing. I need to remove and add 100 or so pins every time the user zooms in or ...
1
vote
2answers
61 views
If X is a subclass of Y objective-c
What is the syntax to say
if (object isObjectOfClass Class){
object.color = 1;
}
I'm making a map application and i want to say "if this point on the map is a branch of THIS store- set the pin ...
1
vote
1answer
1k views
how to show default user location and a customized annonation view in map kit?
i am using map kit and showing customized annonation view.one is carImage and the another one is userImage(as current location of user).now i want to show current user location default which is ...
1
vote
1answer
1k views
Update coordinate property of MKAnnotation on parent viewcontroller after Touch End event?
I have written an application with a draggable annotation which I have added on top of a MKMapView. I've added a CLLocationCoordinate2D variable called myloc in my main view controller to store the ...
0
votes
1answer
143 views
MKPinAnnotationView not moving
I have went through a few links here, not all of them, regarding MKPinAnnotationView pin, subclass, etc. I did some simple tutorials online and when I thought I could start on my application with the ...
0
votes
0answers
47 views
Traverse to next view on pin annotation touch
I have displayed a map containing 25 annotation and with the detail discloser button, and every thing seems to be working fine, now my problem is that on the hit of one discloser button i should be ...
0
votes
1answer
969 views
Showing the Pin Information by Default
I am working with MKPinAnnotationView annotations pins over a MKMapView. Into the view that I am developing, there is a map centered on a pin. When I call the view the pin drops down and if I make a ...
0
votes
3answers
2k views
MKAnnotationView update title and subtitle with distance when event is received
I'm developing an iphone app using mapkit and CLLocationManager.
I put lots of MKPinAnnotationView on map (about 100) and I want to update all callout's subtitle whith user distance when I receive ...