models/ship_nav_route

Types

pub type ShipNavRoute {
  ShipNavRoute(
    destination: ship_nav_route_waypoint.ShipNavRouteWaypoint,
    origin: ship_nav_route_waypoint.ShipNavRouteWaypoint,
    departure_time: birl.Time,
    arrival: birl.Time,
  )
}

Constructors

Values

Search Document