jd-alexander / Google-Directions-Android

This project allows you to calculate the route between two locations and displays it on a map.
https://play.google.com/store/apps/details?id=com.directions.sample
MIT License
979 stars 394 forks source link

LatLng[ ] on a waypoints not working #46

Closed jxpx91 closed 8 years ago

jxpx91 commented 8 years ago

Hi! When I want to create my route with some points (sometimes two points and sometimes more points) I put a LatLng array with all its points but it crashes. How can I solve this problem.

Thanks