Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 679 Bytes

ShipNavRouteWaypoint.md

File metadata and controls

19 lines (14 loc) · 679 Bytes

openapi.model.ShipNavRouteWaypoint

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
symbol String The symbol of the waypoint.
type WaypointType
systemSymbol String The symbol of the system.
x int Position in the universe in the x axis.
y int Position in the universe in the y axis.

[Back to Model list] [Back to API list] [Back to README]