Skip to content

Commit 648cd48

Browse files
docs: added missing maximum size limitation on static street view api (#438)
* Updated static street view size * Reverted 8937106 * fix: added missing size limitation information
1 parent 355b670 commit 648cd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • specification/parameters/streetview

specification/parameters/streetview/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: size
1616
description: |
17-
Specifies the output size of the image in pixels. Size is specified as `{width}x{height}` - for example, `size=600x400` returns an image 600 pixels wide, and 400 high.
17+
Specifies the output size of the image in pixels. Must not exceed 640 pixels wide or high, anything over will default to 640 pixels. Size is specified as `{width}x{height}` - for example, `size=600x400` returns an image 600 pixels wide, and 400 high.
1818
schema:
1919
type: string
2020
in: query

0 commit comments

Comments
 (0)