29303132333435
*/ public RSTilePath newTilePath(final RSTile[] tiles) { if (tiles == null) { throw new IllegalArgumentException("null waypoint list"); } return new RSTilePath(methods, tiles); }