Plotting more than 8 waypoints in Google Maps v3

前端 未结 3 1315
我在风中等你
我在风中等你 2020-12-05 20:51

Migrating code from Javascript API 2 to 3. I have a list of locations which i need to plot in the form of a driving directions. This was done in v2 using the following code<

3条回答
  •  天命终不由人
    2020-12-05 21:23

    One possible work around (particularly for a lightly used site) is to use multiple DirectionsService requests.

    • example 1 (addresses)
    • example 2 (coordinates)

提交回复
热议问题