-
Notifications
You must be signed in to change notification settings - Fork 237
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
map: display different hints for the directions feature given the user interaction #960
Comments
Hey @wkyoshida 👋 Sounds good! The following makes the most sense to me:
|
Yea.. I was wondering the same when writing up the issue.. What do you think of the term "starting point" perhaps? Would that be more immediately understandable to folks? Spitballing here some ideas, but I'm not for sure on one yet (suggestions definitely welcome):
I'm also thinking here that we're likely fine with not worrying too much about length. I'm considering now that it's actually probably a good idea for us to implement the button to hide the message regardless. Having the option seems that it'd be nice for smaller screens and mobile users - so more screen space can be reclaimed if needed. What do you think? |
I'd say give your suggestions and another thought that maybe I'm not sure on the option to hid the directions clear button. If we put another square button on the screen to hide it, isn't it just one more things on the screen? Keeping the directions service controls in the bottom left also makes sense given that it's stylistically meant to match the attribution as well as possible :) Let me know though! Maybe I'm not understanding your point 😊 |
Terms
Description
Currently, the following custom control is perpetually displayed on the map's bottom-left corner:
This could be confusing on an initial page load when there are no waypoints or directions initially displayed on the map.
One alternative could be to display a different initial message on the custom control and later display the current message once waypoints/directions are added. For instance:
When no waypoints:
Click to add a waypoint for directions
Once a waypoint is added:
Clear directions [x]
Some notes:
Contribution
Happy to support someone on this or get to it myself 😁
The text was updated successfully, but these errors were encountered: