Reputation: 1980
I know that we are not allowed to use google map API waypoints for TRANSIT, are there any ways (possible) that we can work around this to have google map find a direction to multiple addresses in waypoints but for TRANSIT only?
Upvotes: 2
Views: 2275
Reputation: 161334
From the documentation: As noted within the DirectionsRequest, you may also specify waypoints (of type DirectionsWaypoint) when calculating routes using the Directions service for walking, bicycling or driving directions. Waypoints are not available for transit directions.
The only "work-around" is to make multiple independent directions requests, noting that the directions service is subject to a quota and rate limit.
Upvotes: 4