# Waypoint
## Properties
**symbol** | **String** | The symbol of the waypoint. |
**r#type** | [**models::WaypointType**](WaypointType.md) | |
**system_symbol** | **String** | The symbol of the system. |
**x** | **i32** | Relative position of the waypoint on the system's x axis. This is not an absolute position in the universe. |
**y** | **i32** | Relative position of the waypoint on the system's y axis. This is not an absolute position in the universe. |
**orbitals** | [**Vec<models::WaypointOrbital>**](WaypointOrbital.md) | Waypoints that orbit this waypoint. |
**orbits** | Option<**String**> | The symbol of the parent waypoint, if this waypoint is in orbit around another waypoint. Otherwise this value is undefined. | [optional]
**faction** | Option<[**models::WaypointFaction**](WaypointFaction.md)> | | [optional]
**traits** | [**Vec<models::WaypointTrait>**](WaypointTrait.md) | The traits of the waypoint. |
**modifiers** | Option<[**Vec<models::WaypointModifier>**](WaypointModifier.md)> | The modifiers of the waypoint. | [optional]
**chart** | Option<[**models::Chart**](Chart.md)> | | [optional]
**is_under_construction** | **bool** | True if the waypoint is under construction. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)