Skip to content
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

Add mode transition markers for trip plans on map #755

Open
barbeau opened this issue Feb 8, 2017 · 3 comments
Open

Add mode transition markers for trip plans on map #755

barbeau opened this issue Feb 8, 2017 · 3 comments

Comments

@barbeau
Copy link
Member

barbeau commented Feb 8, 2017

Summary:

Currently trip plans look like on the map:

image

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:

  1. Plan a trip
  2. 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

@barbeau
Copy link
Member Author

barbeau commented Feb 8, 2017

Here's how the markers look in OpenTripPlanner Android:

image

Here's how the markers look in Google Maps (left is using real-time location as origin, right is using a static location for origin):

image

@barbeau
Copy link
Member Author

barbeau commented Feb 8, 2017

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.

@barbeau
Copy link
Member Author

barbeau commented Aug 3, 2017

This is being addressed as part of the bikeshare implementation (at least for bikeshare) via issue #402 and WIP PR #776.

@barbeau barbeau modified the milestones: v2.2.x, v2.3.x Dec 21, 2017
@barbeau barbeau modified the milestones: v2.3.x, v2.5 Apr 12, 2019
@barbeau barbeau modified the milestones: v2.5, v2.6 Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant