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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -