fromNative static method

BalloonAnchor fromNative(
  1. BalloonAnchorNative native
)

Implementation

static BalloonAnchor fromNative(BalloonAnchorNative native) {
  return BalloonAnchor(VerticalPositionImpl.fromInt(native.vertical),
      HorizontalPositionImpl.fromInt(native.horizontal));
}