TradeMe / MapMe

The Android maps adapter
MIT License
841 stars 75 forks source link

Problems with KML and Annotation click #36

Open CeccoCQ opened 4 years ago

CeccoCQ commented 4 years ago

Hi, I'm using Google Maps utils library to add a KML Layer to map.

All works fine (both annotations and kml layers) but when I click on marker to open a bottomsheetdialog, the listener never called and the marker shows the info windows. If I disable the adding of KML, all works correctly.

How can I fix?