Class GoogleMapsPlacesV1Polyline
A route polyline. Only supports an encoded polyline, which can be passed as a string and includes compression with minimal lossiness. This is the Routes API default output.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1Polyline : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncodedPolyline
An encoded polyline, as returned by the Routes API by default. See the encoder and decoder tools.
Declaration
[JsonProperty("encodedPolyline")]
public virtual string EncodedPolyline { get; set; }
Property Value
Type | Description |
---|---|
string |