nonRotatedSizeChange method
To be called when the map's size constraints change.
Implementation
void nonRotatedSizeChange(
MapEventSource source,
MapCamera oldCamera,
MapCamera newCamera,
) {
_emitMapEvent(
MapEventNonRotatedSizeChange(
source: MapEventSource.nonRotatedSizeChange,
oldCamera: oldCamera,
camera: newCamera,
),
);
}