The compass heading associated with the direction of the flow of traffic.
This value is used to specify the side of the road to use for pickup and
drop-off. Heading values can be from 0 to 360, where 0 specifies a heading
of due North, 90 specifies a heading of due East, etc.
[[["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 `Location` class in the Cloud Optimization v1 API represents a geographic point and an optional heading."],["This class is available in multiple versions, with the latest being 2.6.0, as seen from the provided documentation."],["The `Location` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Location` class include `HasHeading` (a boolean), `Heading` (an integer), and `LatLng`, which defines the geographic coordinates."],["There are also two constructors provided for the `Location` class, one being a parameterless version and the other accepting a `Location` parameter."]]],[]]