You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
I have custom image for annotation.
when I press on bottom part of image I receive callback in
-(void)mapView:(MGLMapView *)mapView didSelectAnnotation:(id)annotation{
if I press at the top - NO callback. Any suggestions?
The text was updated successfully, but these errors were encountered:
How large is your custom image? The hitbox for annotations is currently hard-coded to 40x60, which is a known limitation that we're working to fix in #1504.
I have custom image for annotation.
when I press on bottom part of image I receive callback in
-(void)mapView:(MGLMapView *)mapView didSelectAnnotation:(id)annotation{
if I press at the top - NO callback. Any suggestions?
The text was updated successfully, but these errors were encountered: