Builds Street View panorama orientations.
| public float | bearing | |
| public float | tilt |
|
StreetViewPanoramaOrientation.Builder()
Creates an empty builder.
|
|
| StreetViewPanoramaOrientation.Builder |
bearing(float bearing)
Sets the direction of the orientation, in degrees clockwise from north.
|
| StreetViewPanoramaOrientation |
build()
Builds a
StreetViewPanoramaOrientation.
|
| StreetViewPanoramaOrientation.Builder |
tilt(float tilt)
Sets the angle, in degrees, of the orientation This value is restricted to
being between -90 (directly down) and 90 (directly up).
|
Creates an empty builder.
Sets the direction of the orientation, in degrees clockwise from north.
Builds a
StreetViewPanoramaOrientation.
Sets the angle, in degrees, of the orientation This value is restricted to being between -90 (directly down) and 90 (directly up).