java.lang.Object | |
↳ | com.google.android.gms.maps.model.StreetViewPanoramaOrientation |
An immutable class that aggregates all user point of view parameters.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StreetViewPanoramaOrientation.Builder | Builds Street View panorama orientations. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bearing | Direction of the orientation, in degrees clockwise from north. | ||||||||||
tilt | The angle, in degrees, of the orientation. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a StreetViewPanoramaOrientation.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a Street View panorama orientation.
| |||||||||||
Creates a builder for a Street View panorama orientation
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Direction of the orientation, in degrees clockwise from north.
The angle, in degrees, of the orientation. See tilt
for details of
restrictions on the range of values.
Constructs a StreetViewPanoramaOrientation.
tilt | The angle, in degrees, of the orientation. See
tilt
for details of restrictions. |
---|---|
bearing | Direction of the orientation, 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 orientation.
Creates a builder for a Street View panorama orientation