get_metadata
Fetch metadata for Street View panoramas using location, coordinates, or panorama ID. Retrieve details like status, copyright, date, and geographic position for creating virtual tours.
Instructions
Fetch metadata about a Street View panorama.
Args: location: The address to check for Street View imagery lat_lng: Comma-separated latitude and longitude (e.g., "40.748817,-73.985428") pano_id: Specific panorama ID to fetch metadata for radius: Search radius in meters when using location or coordinates source: Limit Street View searches to selected sources ("default" or "outdoor")
Returns: Dict: Panorama metadata including status, copyright, date, pano_id, lat, lng
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lat_lng | No | ||
location | No | ||
pano_id | No | ||
radius | No | ||
source | No | default |