styleZToProjectionZ function

Zoom styleZToProjectionZ(
  1. StyleZoom styleZ,
  2. Latitude latitude
)

Implementation

Zoom styleZToProjectionZ(
  StyleZoom styleZ,
  Latitude latitude
){
  var _a0 = styleZ._copyFromDartTo_CStyleZoom();
  var _a1 = latitude._copyFromDartTo_CLatitude();
  _CZoom res = _CFunction_G_styleZToProjectionZ_With_CStyleZoom_CLatitude(_a0, _a1);
  return res._toDart();
}