street view image

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

street view image v14.0.4

Fetches a static Street View image for a specific location and heading

In pins 8 + flow
  • flow
    flow
  • api key required
    value

    Your Google Maps Platform API key with Street View Static API enabled

  • latitude required
    number

    The latitude of the location

  • longitude required
    number

    The longitude of the location

  • heading
    number

    Compass heading of the camera (0-360). 0=North, 90=East, 180=South, 270=West • Min: 0 • Max: 360

    Default 0

  • pitch
    number

    Up/down angle of the camera (-90 to 90). 0=horizontal, 90=up, -90=down • Min: -90 • Max: 90

    Default 0

  • fov
    number

    Field of view in degrees (10-120). Lower values = more zoom • Min: 10 • Max: 120

    Default 90

  • size
    value

    Image size in WIDTHxHEIGHT format. Maximum 640x640 (Google API limit)

    Default 640x640

  • signature
    value

    URL signing secret for request security (optional, does not increase size limit)

Out pins 3 + flow
  • flow
    flow
  • success
    condition

    Returns true if the image was fetched successfully

  • image
    file

    The Street View image file

  • error
    value

A typical wiring for street view image: a function trigger starts the flow; value feeds the api_key pin; number feeds the latitude pin; number feeds the longitude pin; the flow out pin feeds debug.

Studio canvas example for the street view image block: typical wiring for street view image.

Version history

Introduced in v14.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