ios - Hybrid MapKit map default pins tap -


is there way tap on default points of interest , showing popup using mapkit?

i'm attaching screenshot of how works on apple map app, if tap on poi icon.

apple maps

if try same on own app same map type see point of interest nothing happens when try interact it.

is possible somehow interact them, or, @ least hide them?

thanks, luigi

you need set canshowcallout property yes in

- (mkannotationview *)mapview:(mkmapview *)mapview viewforannotation:(id <mkannotation>)annotation 

for each mkannotationview, except the mkuserlocation


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -