akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
571 stars 174 forks source link

Waypoints #42

Closed bhavna935 closed 6 years ago

bhavna935 commented 7 years ago

Have you implemented the Waypoints in your library?

akexorcist commented 6 years ago

Yes, in v1.1.0 or above

GoogleDirection.withServerKey("YOUR_SERVER_API_KEY")
        .from(YOUR_ORIGIN)
        .and(WAYPOINT)
        .and(WAYPOINT)
        .to(DETINATION)
        ....