Class OverviewPolyline
- Namespace
- GoogleMapsApi.Entities.Directions.Response
- Assembly
- GoogleMapsApi.dll
Contains the encoded and decoded data returned in the overview_polyline field.
public class OverviewPolyline
- Inheritance
-
OverviewPolyline
- Inherited Members
Constructors
OverviewPolyline()
public OverviewPolyline()
Properties
Points
An array of Location objects representing the points in the overview path, decoded from the string contained in the EncodedPoints property.
public IEnumerable<Location> Points { get; }
Property Value
Exceptions
- PointsDecodingException
Unexpectedly couldn't decode points
Methods
GetRawPointsData()
The RAW data of points from Google
public string? GetRawPointsData()