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
Hi,
I wanted to update our application from mapbox sdk version 10.15.0 to version 10.19.0.
After this i checked that the map click does not fire. I tried all versions starting with 10.15.0 till I found that with 10.18.4 the behaviour changed and click does not react.
Observed behavior and steps to reproduce
I use two PointAnnotationManager, one for my data annotations and one for the current position symbol.
Hi,
I wanted to update our application from mapbox sdk version 10.15.0 to version 10.19.0.
After this i checked that the map click does not fire. I tried all versions starting with 10.15.0 till I found that with 10.18.4 the behaviour changed and click does not react.
Observed behavior and steps to reproduce
I use two PointAnnotationManager, one for my data annotations and one for the current position symbol.
AnnotationConfig amgrConf = new AnnotationConfig(null,"AnnotationManager",null,null);
m_annotationMgr = (PointAnnotationManager) ap.createAnnotationManager(AnnotationType.PointAnnotation,amgrConf);
m_userLocationMgr = (PointAnnotationManager) ap.createAnnotationManager(AnnotationType.PointAnnotation,null);
When I remove the second PointAnnotationManager, the click fires again.
How can I use both PointAnnotationManager and still get the map click?
Environment
Expected behavior
Using two PointAnnotationManager map click works further
Notes / preliminary analysis
Additional links and references
The text was updated successfully, but these errors were encountered: