projectionZToStyleZ function

StyleZoom projectionZToStyleZ(
  1. Zoom projectionZ,
  2. Latitude latitude
)

Implementation

StyleZoom projectionZToStyleZ(
  Zoom projectionZ,
  Latitude latitude
){
  var _a0 = projectionZ._copyFromDartTo_CZoom();
  var _a1 = latitude._copyFromDartTo_CLatitude();
  _CStyleZoom res = _CFunction_G_projectionZToStyleZ_With_CZoom_CLatitude(_a0, _a1);
  return res._toDart();
}