Class PackageManagerRoutingService

java.lang.Object
com.massifmaps.routing.RoutingService
com.massifmaps.routing.PackageManagerRoutingService

public class PackageManagerRoutingService extends RoutingService
A routing service that uses routing packages from package manager.
  • Constructor Details

    • PackageManagerRoutingService

      public PackageManagerRoutingService(PackageManager packageManager)
      Constructs a new instance of the PackageManagerRoutingService given package manager instance.
      Parameters:
      packageManager - The package manager instance to use.
  • Method Details