-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MarkerLayer and GeometryLayer onclick listener. #28
Comments
What is your device exactly? |
Lg optimus G running custom rom. 4.3.1 also tried it on nexus 7 version 4.2.2 still got the same results |
Nexus 7 is with standard software? Can you post your code and data sample? |
// mapView.getLayers().addLayer(polygon3DLayer);
// List<List> holes = new ArrayList<List>(); |
yup.. nexus 7 is running on official android 4.3 |
I just tested the provided sample code with Nexus 7 (Android 4.2.2) and could not reproduce the issue, everything worked as expected (used SDKs 2.2.1 and 2.3.0). Can you send us full sample of your app? |
Hi Dev Team... I am having problems with the onClickListener if I combine MarkerLayer and GeometryLayer. Even though I clicked on the marker I created, Still the polygon is selected....
Tried adding geo layer first then marker layer and vice versa and still getting the same results....
GeometryLayer is always selected even when I click anywhere on the map....
Any suggestions?
The text was updated successfully, but these errors were encountered: