removedInput schema / properties / back_view / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / back_view / default
Removed value: -null
changedInput schema / properties / back_view / description
Previous value: -"Also analyse the opposing view."New value: +"Also analyse the opposing direction."
addedInput schema / properties / back_view / type
Added value: +"boolean"
removedInput schema / properties / horizontal_angle / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / horizontal_angle / default
Removed value: -null
addedInput schema / properties / horizontal_angle / description
Added value: +"Field of view in degrees, 0-360. 90 is a normal street-level view."
addedInput schema / properties / horizontal_angle / type
Added value: +"number"
removedInput schema / properties / vertical_angle / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / vertical_angle / default
Removed value: -null
addedInput schema / properties / vertical_angle / description
Added value: +"Camera pitch in degrees. 10 is a normal street-level view."
addedInput schema / properties / vertical_angle / type
Added value: +"number"
changedInput schema / required
Previous value: -[
- "latitude",
- "longitude"
-]New value: +[
+ "latitude",
+ "longitude",
+ "vertical_angle",
+ "horizontal_angle",
+ "back_view"
+]