Package com.massifmaps.routing
package com.massifmaps.routing
-
ClassDescriptionAn offline routing service that uses Valhalla routing tiles.An offline routing service that uses Massif-specific routing
database file created from OSRM prepared routing files.
Note: this class is experimental and may change or even be removed in future SDK versions.A routing service that uses routing packages from package manager.A routing service that uses routing packages from package manager.A class that defines a route matching result edge.A class that defines a route matching result point.Route matching point type.The accepted values of this constant namespace.A class that defines required attributes for route matching.A class that defines list of matching points from road network.Routing action type.The accepted values of this constant namespace.A class that defines a routing instruction at specified position in the path.A class that defines required attributes for routing (end points, etc).A class that defines list of routing actions and path geometry.An abstract base class for routing services (either online or offline).An offline routing service that uses SGRE routing engine.
Note: this class is experimental and may change or even be removed in future SDK versions.An offline routing service that uses Valhalla routing tiles.An online routing service that uses MapBox Valhalla routing service.
As the class connects to an external (non-Massif) service, this class is provided "as-is",
future changes from the service provider may not be compatible with the implementation.
Routing and route matching perform network requests and must be executed in non-UI background thread.
Be sure to read the Terms and Conditions of your Valhalla service provider to see if the
service is available for your application.
Note: this class is experimental and may change or even be removed in future SDK versions.