fromNative static method
Implementation
static PanoramaAngularBoundingBox fromNative(
PanoramaAngularBoundingBoxNative native) {
return PanoramaAngularBoundingBox(
left: native.left,
top: native.top,
right: native.right,
bottom: native.bottom);
}