geocoding

This block is part of the google group and was last modified in core v13.0.4.

geocoding v13.0.4

Uses the Geocoding API to obtain geocoding data for one or more addresses or places

In pins 3 + flow
  • flow
    flow
  • Api key required
    value

    Your application's API key, created within your Google Cloud Platform Console.

  • address required
    value

    The address of the place you want to use for the geocoding.

  • language
    value

    The language in which to return results.

Out pins 3 + flow
  • flow
    flow
  • success
    condition

    Returns true if requests succeeded.

  • results
    array

    Result of the geocoding

  • error
    value

    The response error code (API Request).

places

A typical wiring for geocoding: a function trigger starts the flow; value feeds the api_key pin; value feeds the address pin; the flow out pin feeds debug.

Studio canvas example for the geocoding block: typical wiring for geocoding.

Version history

Introduced in v13.0.4.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to google Return to the main group to view all sub-groups Back to google places Return to the group to view all blocks within this group