GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Polyline (google_api_places v0.11.0)
View SourceA 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.
Attributes
-
encodedPolyline
(type:String.t
, default:nil
) - An encoded polyline, as returned by the Routes API by default. See the encoder and decoder tools.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Polyline{ encodedPolyline: String.t() | nil }