AISPayload

constructor(vesselMMSI: Int, timestamp: Instant, latitude: Double? = null, longitude: Double? = null, courseOverGroundDegrees: Double? = null, speedOverGroundKnots: Double? = null, headingDegrees: Double? = null, navigationalStatus: AISNavigationStatus? = null, imoNumber: Long? = null, vesselName: String? = null, callsign: String? = null, shipType: AISShipType? = null, dimensionToBow: Int? = null, dimensionToStern: Int? = null, dimensionToPort: Int? = null, dimensionToStarboard: Int? = null, draughtMeters: Double? = null, destination: String? = null, eta: Instant? = null, positionAccuracy: Double? = null, rateOfTurn: Double? = null, isEquippedWithRAIM: Boolean? = null, positioningDevice: Int? = null, dataTerminalReady: Int? = null, vendorId: String? = null)