Builds Street View panorama orientations.
| public float | bearing | |
| public float | tilt |
|
Builder()
Creates an empty builder.
|
|
|
Builder(StreetViewPanoramaOrientation
previous)
Creates a builder with an existing
StreetViewPanoramaOrientation.
|
| 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.
Creates a builder with an existing
StreetViewPanoramaOrientation.
| previous | The existing orientation to initialize the builder with. Must not be
null. |
|---|
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).