StreetViewConfig class
Configuration class for Street View capture functionality
Constructors
- StreetViewConfig({required String apiKey, int imageWidth = 600, int imageHeight = 300})
-
const
Properties
- apiKey → String
-
Google Maps API Key
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageHeight → int
-
Height of the captured image
final
- imageWidth → int
-
Width of the captured image
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateImageUrl(
{required LatLng position, required double heading, required double pitch}) → String - Generates the Street View static image URL
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited