StreetViewPanoramaOptions class
Constructors
- StreetViewPanoramaOptions({String? panoId, LatLng? position, double? radius, StreetViewSource? source, bool? panningGesturesEnabled, bool? streetNamesEnabled, bool? zoomGesturesEnabled, StreetViewPanoramaCamera? panoramaCamera})
-
StreetViewPanoramaOptions.fromMap(Map<
String, dynamic> map) -
Create StreetViewPanoramaOptions and put data by
map
.factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- panningGesturesEnabled → bool?
-
Sets whether the user is able to use panning gestures
final
- panoId → String?
-
Set initialization location by panorama ID.
position should be null if panoId is given.
final
- panoramaCamera → StreetViewPanoramaCamera?
-
Sets initialization position of camera.
final
- position → LatLng?
-
Set initialization location by latitude and longitude.
panoId should be null if position is given.
final
- radius → double?
-
Set radius to filter initialization panorama.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → StreetViewSource?
-
Set panorama source filter to search initialization panorama.
final
- streetNamesEnabled → bool?
-
Sets whether the user is able to see street names on panoramas
final
-
Sets whether the user is able to move to another panorama
final
- zoomGesturesEnabled → bool?
-
Sets whether the user is able to use zoom gestures
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
-
updatesMap(
StreetViewPanoramaOptions newOptions) → Map< String, dynamic>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override