MapCamera constructor
const
MapCamera({
- required Geographic center,
- required double zoom,
- required double bearing,
- required double pitch,
Default constructor for a MapCamera.
Implementation
const MapCamera({
required this.center,
required this.zoom,
required this.bearing,
required this.pitch,
});