GoogleMap Control
OptimizeWaypoints Property
Namespaces ► Artem.Google.UI ► GoogleDirections ► OptimizeWaypoints
GoogleMap Control v6.0
Declaration Syntax
Value
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
Gets or sets a value indicating whether [optimize waypoints].
If set to true, the DirectionService will attempt to re-order the supplied intermediate waypoints to minimize overall cost of the route.
If waypoints are optimized, inspect DirectionsRoute.waypoint_order in the response to determine the new ordering.


true if [optimize waypoints]; otherwise, false.