Class ExternalRoutePoint


  • public final class ExternalRoutePoint
    extends java.lang.Object
    Class representing an external route point.
    • Constructor Detail

      • ExternalRoutePoint

        public ExternalRoutePoint​(MapCoordinates coordinates,
                                  float durationFromStartInSeconds,
                                  boolean isWaypoint)
    • Method Detail

      • getCoordinates

        public MapCoordinates getCoordinates()
        The geo coordinates of a route point.
      • getDurationFromStartInSeconds

        public float getDurationFromStartInSeconds()
        The duration from the route start point to the point, in seconds.
      • getIsWaypoint

        public boolean getIsWaypoint()
        Indicates whether the point is a waypoint of a route or a regular route point. Default value is 'false'.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object