StreetViewCameraPosition class

Constructors

StreetViewCameraPosition({LatLng? position, String? panoId, int? radius, StreetViewSource? source})

Properties

hashCode int
The hash code for this object.
no setterinherited
panoId String?
The panorama ID of target panorama.
final
position LatLng?
The position of target panorama.
final
radius int?
The radius to filter panorama.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source StreetViewSource?
Specific the panorama source, can be StreetViewSource.def or StreetViewSource.outdoor. more info see, for android https://developers.google.com/android/reference/com/google/android/gms/maps/model/StreetViewSource for iOS https://developers.google.com/maps/documentation/ios-sdk/reference/group___panorama_source
final

Methods

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

Operators

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