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.
Using Mapbox Android SDK
Mapbox SDK version: 4.2.1
Steps to trigger behavior
Hi,I found a problem about the click area of the markerview. when the map zoom level change, my markers need become bigger(replaced by a big icon). but i find the click area of markerview is not become bigger, it is still the same as the area when it was created.
Expected behavior
The click area should be the same size as the markerview icon at any time;
Actual behavior
The click area is not change when the icon size of markerview change;
The text was updated successfully, but these errors were encountered:
@hchy9777 in the upcoming release we are moving click actions back to actual View object in #8272. For gl based markers we are tracking optimizing the touch target in #8159. Feel free to test out beta.3 and check if this resolves your issue. Migration guide here.Thank you for reaching out!
Using Mapbox Android SDK
Mapbox SDK version: 4.2.1
Steps to trigger behavior
Hi,I found a problem about the click area of the markerview. when the map zoom level change, my markers need become bigger(replaced by a big icon). but i find the click area of markerview is not become bigger, it is still the same as the area when it was created.
Expected behavior
The click area should be the same size as the markerview icon at any time;
Actual behavior
The click area is not change when the icon size of markerview change;
The text was updated successfully, but these errors were encountered: