Interface Route

All Superinterfaces:
KmlElement, KmlRoute
All Known Implementing Classes:
DefaultRoute

public interface Route extends KmlRoute
Represents route information between two points
  • Method Details

    • getCoordinates

      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