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.
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
Post a Comment