The arguments to pass to the Google Maps tool.

interface GoogleMapsCallArguments {
    queries?: string[];
}

Properties

Properties

queries?: string[]

The queries to be executed.