<PointList> == <Point> || ( <Points> ) <Points> == <Point> || <Points> ; <Point>
<PointList> is a parameter which is used for the WAYPOINT=; parameter,
it is helpful when inputting many <Points> to simply group these into one <PointList> in parentheses.