Interface Route

    • Method Detail

      • getCoordinates

        java.lang.String getCoordinates()
        Get the string representation of the route. Contains implementation dependant data
        Returns:
        String
      • getStart

        GPS getStart()
        Get route's start
        Returns:
        GPS
      • getDestination

        Location getDestination()
        Get route's destination
        Returns:
        Location