Android not detecting a click on the marker with accessibility Talkback ON in SDK version 8.6.1. It is detecting click for entire mapview, info element but not markers.
Asked
Active
Viewed 176 times
1 Answers
0
You could use queryRenderedFeatures()
to query a map layer and then read the Feature
property info from any Feature
(s) returned by the method.

langsmith
- 2,529
- 1
- 11
- 13