public sealed class EncodedPolyline : IMessage<ShipmentRoute.Types.EncodedPolyline>, IEquatable<ShipmentRoute.Types.EncodedPolyline>, IDeepCloneable<ShipmentRoute.Types.EncodedPolyline>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `EncodedPolyline` class, which represents the encoded form of a polyline within the `Google.Cloud.Optimization.V1` namespace."],["The `EncodedPolyline` class, which is a sealed class, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to manage message structures and provide functionalities for equality and deep cloning."],["It provides two constructors, one default and another that allows for creating an instance by cloning another `EncodedPolyline`."],["The class has a `Points` property of type `String`, which is used to store the encoded string representation of the polyline."],["This document provides links to the different versions of the Encoded Polyline class from 1.0.0-beta01, all the way to 2.6.0."]]],[]]