Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Support "massive" bike rental #482

Open
vreixo opened this issue Mar 12, 2016 · 2 comments
Open

Support "massive" bike rental #482

vreixo opened this issue Mar 12, 2016 · 2 comments

Comments

@vreixo
Copy link
Contributor

vreixo commented Mar 12, 2016

Hi!

I have been trying the available servers and their capabilities and Paris server makes the app unusable if zoom is high because of the huge amount of markers displayed. To cluster the markers should solve the problem https://developers.google.com/maps/documentation/android-api/utility/marker-clustering.

@barbeau
Copy link
Member

barbeau commented Mar 13, 2016

+1

@barbeau
Copy link
Member

barbeau commented May 6, 2016

From a look at the OTP bike rental API docs:
http://dev.opentripplanner.org/apidoc/0.15.0/resource_BikeRental.html

... it appears that the API endpoint supports a geographic bounds as a parameter. But, from a quick look at our bike rental loader code:
https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/blob/master/opentripplanner-android/src/main/java/edu/usf/cutr/opentripplanner/android/tasks/BikeRentalLoad.java#L69

...it doesn't look like we're passing those parameters. So this should help us cut down on the number of stations returned to just those in the geographic bounds of the visible portion of the map.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants