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

SearchGoogleLocationsRequest

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

Request message for GoogleLocations.SearchGoogleLocations.

interface SearchGoogleLocationsRequest {
location?: Location;
pageSize?: number;
query?: string;
}

§Properties

§
location?: Location
[src]

Location to search for. If provided, will find locations which match the provided location details.

§
pageSize?: number
[src]

The number of matches to return. The default value is 3, with a maximum of 10. Note that latency may increase if more are requested. There is no pagination.

§
query?: string
[src]

Text query to search for. The search results from a query string will be less accurate than if providing an exact location, but can provide more inexact matches.