passing Null "feature" to onFeatureClick when loading multiple KmlLayer #593
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Hi,
API ver: android-maps-utils:0.6.2
OS: android
issue: when adding multiple KmlLayers, the app crashes when clicking on any item in the KmlLayer.
How to reproduce:
add 2 KmlLayers (for example using "
new KmlLayer
" twice)click on any item. It will crash, since feature is null in the onFeatureClick!!
The text was updated successfully, but these errors were encountered: