copy method
Creates a copy of this projection.
Implementation
@override
Projection copy() {
return AlbersProjection(
center: center,
scale: scale,
translate: translate,
parallels0: _parallels0,
parallels1: _parallels1,
);
}
Creates a copy of this projection.
@override
Projection copy() {
return AlbersProjection(
center: center,
scale: scale,
translate: translate,
parallels0: _parallels0,
parallels1: _parallels1,
);
}