Package com.mapfactor.sdk.routing
Interface RoutePointListener
public interface RoutePointListener
Adding new route point result listener
- Since:
- 1.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Adding route point failure cause -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adding route point failedvoid
onRoutePointAdded
(int pointId, boolean isInRestrictedArea) Route point was successfully added
-
Method Details
-
onRoutePointAdded
void onRoutePointAdded(@IntRange(from=1L) int pointId, boolean isInRestrictedArea) Route point was successfully added- Parameters:
pointId
- id of the newly added route pointisInRestrictedArea
- true/false when the route point was added to a road with restricted access- Since:
- 1.0
-
onAddingRoutePointFailed
Adding route point failed- Since:
- 1.0
-