StreetViewPanoramaOrientation class

Constructors

StreetViewPanoramaOrientation({double? bearing, double? tilt})
StreetViewPanoramaOrientation.fromMap(dynamic map)
Create StreetViewPanoramaOrientation and put data by 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, of the orientation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Put all param to a map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override