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

GoogleMapsPlacesV1SearchNearbyResponse

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

Response proto for Search Nearby.

interface GoogleMapsPlacesV1SearchNearbyResponse {
routingSummaries?: GoogleMapsPlacesV1RoutingSummary[];
}

§Properties

§

A list of places that meets user's requirements like places types, number of places and specific location restriction.

§

A list of routing summaries where each entry associates to the corresponding place in the same index in the places field. If the routing summary is not available for one of the places, it will contain an empty entry. This list should have as many entries as the list of places if requested.