enum MovementType (Niantic.ARDK.Extensions.Gameboard.Waypoint.MovementType)¶
Overview¶
The type of movement of a waypoint. More…
enum MovementType { Walk = 0, SurfaceEntry = 1, };
Detailed Documentation¶
The type of movement of a waypoint.
Enum Values¶
Walk
Walk node.
SurfaceEntry
The first node of a new surface on the path.