-
- All Implemented Interfaces:
public interface WaypointOptimizeResponseDefine the response when a waypoint optimize request is processed.
-
-
Method Summary
Modifier and Type Method Description abstract Response<List<GeoLocation>>getResponse()* Response presents the waypoint optimize results. -
-
Method Detail
-
getResponse
abstract Response<List<GeoLocation>> getResponse()
* Response presents the waypoint optimize results.
-
-
-
-