package org.terst.nav /** * Represents a Man Overboard (MOB) waypoint. */ data class MobWaypoint( val latitude: Double, val longitude: Double, val timestamp: Long // System.currentTimeMillis() )