LatLngTween constructor
Create a new LatLngBounds object by providing the begin
and end
coordinates.
Implementation
LatLngTween({required LatLng begin, required LatLng end})
: super(begin: begin, end: end);
Create a new LatLngBounds object by providing the begin
and end
coordinates.
LatLngTween({required LatLng begin, required LatLng end})
: super(begin: begin, end: end);