StreetViewPanoramaCamera class
Constructors
- StreetViewPanoramaCamera({double? bearing, double? tilt, double? zoom})
- StreetViewPanoramaCamera.fromMap(dynamic map)
-
factory
Properties
- bearing → double?
-
Direction of the orientation, in degrees clockwise from north.
final
- 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