Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1Polyline

import type { GoogleMapsPlacesV1Polyline } from "https://googleapis.deno.dev/v1/places:v1.ts";

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.

interface GoogleMapsPlacesV1Polyline {
encodedPolyline?: string;
}

§Properties

§
encodedPolyline?: string
[src]

An encoded polyline, as returned by the Routes API by default. See the encoder and decoder tools.