Gets the external ID of the node.
The external ID of the node.
Gets the underlying GeoJSON Feature representation of this Node.
Gets the navigation flags of the node.
Navigation flags are string identifiers that describe properties of this node for navigation,
such as accessible for wheelchair accessibility or outdoors for outdoor routes.
An array of navigation flags present on this node.
Serializes the node data to JSON.
An object representing the node.
StaticisChecks if the provided instance is of type Node.
The instance to check.
True if the instance is a Node, false otherwise.
A class representing Path node data within the map.
Nodes are used to define points in the map's pathfinding graph.