GoogleMapsPlacesV1SearchNearbyResponse
import type { GoogleMapsPlacesV1SearchNearbyResponse } from "https://googleapis.deno.dev/v1/places:v1.ts";
Response proto for Search Nearby.
interface GoogleMapsPlacesV1SearchNearbyResponse {
places?: GoogleMapsPlacesV1Place[];
routingSummaries?: GoogleMapsPlacesV1RoutingSummary[];
}§Properties
§
places?: GoogleMapsPlacesV1Place[]
[src]A list of places that meets user's requirements like places types, number of places and specific location restriction.
§
routingSummaries?: GoogleMapsPlacesV1RoutingSummary[]
[src]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.