Package com.mapfactor.sdk.routing
Interface CurrentRoutePointsListener
public interface CurrentRoutePointsListener
Current route points changed listener
- Since:
- 3.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRoutePointAdded
(RoutePoint routePoint) A route point was added to current route points setvoid
onRoutePointsDeleted
(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
-