StreetViewPanoramaCamera class
Constructors
- StreetViewPanoramaCamera({double? bearing, double? tilt, double? zoom, double? fov})
- StreetViewPanoramaCamera.fromMap(dynamic map)
-
factory
Properties
- bearing → double?
-
Direction of the orientation, in degrees clockwise from north.
final
- fov → double?
-
iOS only
The field of view (FOV) encompassed by the larger dimension (width or height) of the view in degrees at zoom 1.
This is clamped to the range
1, 160
degrees, and has a default value of 90. more info see,iOS
https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_panorama_camera#a64dcd1302c83a54f2d068cbb19ea5ceffinal - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tilt → double?
-
The angle in degrees from horizon of the panorama, range -90 to 90
final
- zoom → double?
-
The zoom level of current panorama.
more info see,
for
android
https://developers.google.com/android/reference/com/google/android/gms/maps/model/StreetViewPanoramaCamera.Builder#zoom foriOS
https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_panorama_camera#adb2250d57b30987cd2d13e52fa03833dfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override