Type alias CameraUpdateNotification

CameraUpdateNotification: {
    position: Point;
    rotation: number;
    zoomLevel: number;
}

Type declaration

  • position: Point
  • rotation: number
  • zoomLevel: number

Generated using TypeDoc