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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -