// Heading specifies the compass heading (between 0 and 360) of the camera.
//
// Both 0 and 360 indicate North, 90 indicates East, 180 indicates South, and so on.
//
// If no heading is specified, a value will be calculated that directs the camera towards the specified Location, from a point at which the closest photograph was taken.
Heading*float64
// FOV specifies the field of view of the image.
//
// Accepted values are between 0 and 120, and if no value is given, a field of view of 90 degrees will be used.
FOV*float64
// Pitch specifies the up or down angle of the camera relative to the Street View vehicle.
//
// This is often, but not always, flat horizontal. Positive values angle the camera up (90 degrees indicating straight up); negative values angle the camera down (-90 indicates straight down).