MapMovedEvent constructor
MapMovedEvent({
- required LatLng latLng,
- String? title,
- String? address,
- required double zoom,
- required LatLngBounds bounds,
- required MapMoveEventType type,
Implementation
MapMovedEvent({
required this.latLng,
this.title,
this.address,
required this.zoom,
required this.bounds,
required this.type,
});