java.lang.Object | |
↳ | com.google.android.gms.maps.model.StreetViewPanoramaCamera |
An immutable class that aggregates all camera position parameters.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StreetViewPanoramaCamera.Builder | Builds panorama cameras. |
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bearing | Direction that the camera is pointing in, in degrees clockwise from north. | ||||||||||
tilt | The angle, in degrees, of the camera from the horizon of the panorama. | ||||||||||
zoom | Zoom level near the centre of the screen. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a StreetViewPanoramaCamera.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a Street View panorama camera
| |||||||||||
Creates a builder for a Street View panorama camera.
| |||||||||||
Returns the particular camera's tilt and bearing as an orientation
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Direction that the camera is pointing in, in degrees clockwise from north.
The angle, in degrees, of the camera from the horizon of the panorama. See
tilt
for details of restrictions on the range of values.
Zoom level near the centre of the screen. See zoom
for the definition of the
camera's zoom level.
Constructs a StreetViewPanoramaCamera.
zoom | Zoom level of the camera to the panorama. See
zoom for
details of restrictions. |
---|---|
tilt | The camera angle, in degrees, from the horizon of the panorama. See
tilt for
details of restrictions. |
bearing | Direction that the camera is pointing in, in degrees clockwise from north. This value will be normalized to be within 0 degrees inclusive and 360 degrees exclusive. |
IllegalArgumentException | if tilt is outside the range of
-90 to 90 degrees inclusive.
|
---|
Creates a builder for a Street View panorama camera
Creates a builder for a Street View panorama camera.
Returns the particular camera's tilt and bearing as an orientation