-
Notifications
You must be signed in to change notification settings - Fork 555
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
Make way-points non-select-able when a tool is selected in editor #952
Comments
I agree that it is too large. But I don't think there's an easy fix. Here's the relevant line of code from EditorMapFragment: Nowhere in the GoogleMap API does it ask for a radius. I couldn't find anything in the docs either. |
The solution here is to make the waypoints non-select-able when there is a tool selected on the editor window. |
After looking into it for a bit I don't believe there is any intuitive way to do this using the google maps api. Please prove me wrong. edit: There is no method to make markers un-clickable. Clicking anywhere near the marker will not call the onMapClick() method, even if the onMarkerClick() is overridden. |
@arthurbenemann But that will just put the new marker in the exact same place as the old marker, not a little bit to the side. I think we need to write down all of the limitations that we are coming across with the maps api and ask google to implement them. |
@squilter It's better than what we have now. I agree that these should be reported to the google maps people, but they might take a long time to implement it. |
Fixes #952 by using the solution given on http://stackoverflow.com/a/19491272/2577890
The current "touch ignored" zone around existing home/waypoints is too large, and it is difficult to place new waypoints near existing ones.
The text was updated successfully, but these errors were encountered: