EddyVerbruggen / nativescript-directions

:point_up_2: :point_right: :point_down: :point_left: Open the Maps app to show directions to anywhere you like
MIT License
83 stars 21 forks source link

Question: How many addresses does the navigate function can handle? #34

Closed AgustinV08 closed 4 years ago

AgustinV08 commented 4 years ago

Hi, i was wondering how many addresses can the plugin handle, also, i was receiving error from Google Maps when adding the addresses with the address postal code, are there any suggestions for that?

EddyVerbruggen commented 4 years ago

Can you not simply try? I’m not aware of any imposed limits.

AgustinV08 commented 4 years ago

What i mean is that i saw in the documentation of the Google Directions API is that the max waypoints that you can introduce are 25, just commenting about that.

Also, are there any plans for the optimize waypoints enhancement mentioned here #28?

EddyVerbruggen commented 4 years ago

I guess that’s the limit here as well then, but never tested it.

And I have no plans with this plugin, but always happy to merge a PR of course.