Mapbox iOS SDK 2 - Detect click on polygon -
i need recognize mglpolygon selected user on mapbox 2.0 map.
- (void)mapview:(mglmapview *)mapview didselectannotation:(id <mglannotation>)annotation
doesn't work.
how can customize mglpolygon make clickable?
this functionality isn't supported yet: https://github.com/mapbox/mapbox-gl-native/issues/2082
Comments
Post a Comment