Interface RoutingService

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      P allowedPointClosestTo(P position) Retrieves (if available) the valid point closest to position, using the default options.
      abstract P allowedPointClosestTo(P position, O options) Retrieves (if available) the valid point closest to position with the provided options.
      Route<P> route(P from, P to) Computes a Route a P another.
      Route<P> route(P from, P to, String options) Computes a Route a P another, honoring the provided set of navigation options.
      abstract Route<P> route(P from, P to, O options) Computes a Route a P another, honoring the provided set of navigation options.
      abstract O parseOptions(String options) Creates a set of options from the provided string.
      abstract O getDefaultOptions() The default set of options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait