StreetViewPanoramaLink class
Constructors
- StreetViewPanoramaLink({double? bearing, String? panoId})
-
StreetViewPanoramaLink.fromMap(Map<
String, dynamic> map) -
Create a StreetViewPanoramaLink and init data by a map.
factory
Properties
- bearing → double?
-
The direction of the linked panorama, in degrees clockwise from north.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- panoId → String?
-
The panorama ID of the linked panorama.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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