FlutterStreetView constructor
const
FlutterStreetView({
- Key? key,
- required double latitude,
- required double longitude,
- required String apiKey,
- MarkerOptions? markerOptions,
- StreetViewOptions streetViewOptions = const StreetViewOptions(),
- ValueChanged<
String> ? onMessageReceived, - ValueChanged<
StreetViewException> ? onError, - WidgetBuilder? loadingBuilder,
- Widget errorBuilder()?,
Implementation
const FlutterStreetView({
super.key,
required this.latitude,
required this.longitude,
required this.apiKey,
this.markerOptions,
this.streetViewOptions = const StreetViewOptions(),
this.onMessageReceived,
this.onError,
this.loadingBuilder,
this.errorBuilder,
});