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 want to hide a makerView on map.So I used markerView.setVisible(false) to hide. although the markView is hided , the markView can also be clicked on map.And the InfoWindow can pop up on map.Is it a bug?
following is the version of mapbox that I use : com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.1@aar
The text was updated successfully, but these errors were encountered:
@AlexLiuSheng this can be considered a bug but we are no longer maintaining the MarkerView API and we are deprecating it in #9782. Feel free to provide a PR handling this use-case.
I want to hide a makerView on map.So I used
markerView.setVisible(false)
to hide. although the markView is hided , the markView can also be clicked on map.And the InfoWindow can pop up on map.Is it a bug?following is the version of mapbox that I use :
com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.1@aar
The text was updated successfully, but these errors were encountered: