copy method
Creates a copy of this projection.
Implementation
@override
Projection copy() {
return EquirectangularProjection(
center: center,
scale: scale,
translate: translate,
);
}
Creates a copy of this projection.
@override
Projection copy() {
return EquirectangularProjection(
center: center,
scale: scale,
translate: translate,
);
}