OptimizeWaypoints Property

GoogleMap Control Artem.Google

GoogleMap Control OptimizeWaypoints Property
NamespacesArtem.Google.UIGoogleDirectionsOptimizeWaypoints
GoogleMap Control v6.0
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.
Declaration Syntax
C# Visual Basic
public Nullable<bool> OptimizeWaypoints { get; set; }
Public Property OptimizeWaypoints As Nullable(Of Boolean)
	Get
	Set
Value
true if [optimize waypoints]; otherwise, false.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)