Contains the encoded and decoded data returned in the overview_polyline field.
Definition
public class OverviewPolyline
Summary
The following table summarizes the members exposed in this class.
Public Constructors
OverviewPolyline Constructor() | Initializes a new instance of the OverviewPolyline class. |
Public Properties
Points | An array of Location objects representing the points in the overview path, decoded from the string contained in the EncodedPoints property. |
Public Methods
GetRawPointsData() | The RAW data of points from Google |
Public Constructors
public OverviewPolyline()
Initializes a new instance of the OverviewPolyline class.
Public Properties
public IEnumerable<Location> Points { get; }
An array of Location objects representing the points in the overview path, decoded from the string contained in the EncodedPoints property.
Exceptions
PointsDecodingException | Unexpectedly couldn't decode points |
Public Methods
public string GetRawPointsData()
The RAW data of points from Google