Indicates that the location of this waypoint is meant to have a preference
for the vehicle to stop at a particular side of road. When you set this
value, the route will pass through the location so that the vehicle can
stop at the side of road that the location is biased towards from the
center of the road. This option works only for the 'DRIVING' travel mode,
and when the 'location_type' is set to 'location'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `Waypoint` class in the Google Cloud Optimization v1 API represents a location for visit requests, vehicle starts, and vehicle ends."],["This `Waypoint` class is part of version 2.3.0 of the API, and it inherits from the base `object` class, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`Waypoint` instances can be created using either the default constructor or by copying an existing `Waypoint` object."],["The class provides properties to manage the location type, including either geographic coordinates via the `Location` property or a place ID via the `PlaceId` property, as well as the ability to set whether or not the driver should stop on a specific side of the road."],["This class is found within the `Google.Cloud.Optimization.V1` namespace and is part of the `Google.Cloud.Optimization.V1.dll` assembly."]]],[]]