You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add more "sub-markers" that designate transitions between walk/bus, bus transfers, etc., and different modes when we support them.
See #671, which added start/end markers for trip plans - we should be able to similarly leverage the mFragment.getMapView().addMarker() method to do this.
Steps to reproduce:
Plan a trip
Tap on map view tab
Expected behavior:
I should be able to see where walking transitions to bus, and bus transfers
Observed behavior:
One line with start/end markers for the entire itinerary
The text was updated successfully, but these errors were encountered:
We could potentially enhance the current start/end markers too - I added the simplest possible ones for #671, which use the default map marker and a limited set of hue colors. I like the Google Map presentation of the blue/gray dot.
Summary:
Currently trip plans look like on the map:
I'd like to add more "sub-markers" that designate transitions between walk/bus, bus transfers, etc., and different modes when we support them.
See #671, which added start/end markers for trip plans - we should be able to similarly leverage the
mFragment.getMapView().addMarker()
method to do this.Steps to reproduce:
Expected behavior:
I should be able to see where walking transitions to bus, and bus transfers
Observed behavior:
One line with start/end markers for the entire itinerary
The text was updated successfully, but these errors were encountered: