For certain use cases and with Mapbox approval, Optimizations API calls can be made with more coordinates than the standard limit of 12. This ticket proposes modifying the Java SDK to support requests with greater than 12 calls.
|
public MapboxOptimization build() { |
Similar request to modify coordinate limit for the Matrix API: #1124
cc: @zugaldia, @danpat, @langsmith
For certain use cases and with Mapbox approval, Optimizations API calls can be made with more coordinates than the standard limit of 12. This ticket proposes modifying the Java SDK to support requests with greater than 12 calls.
mapbox-java/services-optimization/src/main/java/com/mapbox/api/optimization/v1/MapboxOptimization.java
Line 480 in 123e7cd
Similar request to modify coordinate limit for the Matrix API: #1124
cc: @zugaldia, @danpat, @langsmith