category: Utilities provider: Google commonfields: id: GoogleMaps version: -1 configuration: - display: Google Maps API Key additionalinfo: The API key to use for the connection. hiddenusername: true displaypassword: API Key name: api_key required: true type: 9 - display: Raise error an empty result name: error_on_no_results type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Base URL name: base_url required: true defaultvalue: https://maps.googleapis.com/maps/api/ type: 0 - display: Use system proxy settings name: proxy type: 8 required: false description: Use the Google Maps API. display: Google Maps name: GoogleMaps script: commands: - arguments: - default: true description: The physical address to be geocoded. name: search_address required: true description: Returns the coordinates of the given physical address. Only the first result is returned (the most relevant, according to Google Maps). name: google-maps-geocode outputs: - contextPath: GoogleMaps.lat description: Latitude of the provided location. type: Number - contextPath: GoogleMaps.lng description: Longitude of the provided location. type: Number - contextPath: GoogleMaps.SearchAddress description: The address provided as input. type: String - contextPath: GoogleMaps.Address description: The address provided by Google Maps for the provided location. type: String - contextPath: GoogleMaps.Country description: The country or region where the provided location is, according to Google Maps. type: String dockerimage: demisto/python3:3.12.13.10116658 runonce: false script: '-' subtype: python3 type: python tests: - GoogleMapsTest fromversion: 6.0.0