Package com.mapfactor.sdk.routing
Interface RoutePointListener
public interface RoutePointListener
Adding new route point result listener
- Since:
- 1.0
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumAdding route point failure cause
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdding route point failedvoidonRoutePointAdded(int pointId, boolean isInRestrictedArea) Route point was successfully added
- 
Method Details- 
onRoutePointAddedvoid onRoutePointAdded(@IntRange(from=1L) int pointId, boolean isInRestrictedArea) Route point was successfully added- Parameters:
- pointId- id of the newly added route point
- isInRestrictedArea- true/false when the route point was added to a road with restricted access
- Since:
- 1.0
 
- 
onAddingRoutePointFailedAdding route point failed- Since:
- 1.0
 
 
-