Interface WaypointOptimizationOptimizedWaypoint.Builder

    • Method Detail

      • arrivalTime

        WaypointOptimizationOptimizedWaypoint.Builder arrivalTime​(String arrivalTime)

        Estimated time of arrival at the destination.

        Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm

        Examples:

        2020-04-22T17:57:24Z

        2020-04-22T17:57:24+02:00

        Parameters:
        arrivalTime - Estimated time of arrival at the destination.

        Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm

        Examples:

        2020-04-22T17:57:24Z

        2020-04-22T17:57:24+02:00

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • departureTime

        WaypointOptimizationOptimizedWaypoint.Builder departureTime​(String departureTime)

        Estimated time of departure from thr origin.

        Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm

        Examples:

        2020-04-22T17:57:24Z

        2020-04-22T17:57:24+02:00

        Parameters:
        departureTime - Estimated time of departure from thr origin.

        Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm

        Examples:

        2020-04-22T17:57:24Z

        2020-04-22T17:57:24+02:00

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        WaypointOptimizationOptimizedWaypoint.Builder position​(Double... position)

        Position defined as [longitude, latitude].

        Parameters:
        position - Position defined as [longitude, latitude].
        Returns:
        Returns a reference to this object so that method calls can be chained together.