street view hd image

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

street view hd image v14.0.4

Fetches high-resolution Street View imagery using the Tiles API. Requires Map Tiles API enabled.

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

    Your Google Maps Platform API key with Map Tiles 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 • Min: -90 • Max: 90

    Default 0

  • zoom
    number

    Zoom level 2-4. Higher = larger/sharper image. 2=2048x1536, 3=2048x1536 (max output), 4=2048x1536 (highest source quality) • Min: 2 • Max: 4

    Default 2

  • fov
    number

    Horizontal field of view in degrees (30-120) • Min: 30 • Max: 120

    Default 90

  • radius
    number

    Search radius in meters to find nearest panorama • Min: 1 • Max: 1000

    Default 50

Out pins 4 + flow
  • flow
    flow
  • success
    condition

    Returns true if the image was fetched successfully

  • image
    file

    The high-resolution Street View image file

  • pano id
    value

    The panorama ID that was used

  • error
    value

A typical wiring for street view HD 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 HD image block: typical wiring for street view HD 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