Package com.mapfactor.sdk.routing
Interface CurrentRoutePointsListener
public interface CurrentRoutePointsListener
Current route points changed listener
- Since:
 - 3.8
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonRoutePointAdded(RoutePoint routePoint) A route point was added to current route points setvoidonRoutePointsDeleted(List<RoutePoint> routePoints) A route point was deleted from current route points set 
- 
Method Details
- 
onRoutePointAdded
A route point was added to current route points set- Parameters:
 routePoint- added route point- Since:
 - 3.8
 
 - 
onRoutePointsDeleted
A route point was deleted from current route points set- Parameters:
 routePoints- deleted route points- Since:
 - 3.8
 
 
 -