Package com.navmii.sdk.routenavigation
Class RouteVisualizationSettings
- java.lang.Object
-
- com.navmii.sdk.routenavigation.RouteVisualizationSettings
-
public final class RouteVisualizationSettings extends java.lang.Object
Record representing route visualization settings which affect route visualizer requests emitted by route navigator.
-
-
Constructor Summary
Constructors Constructor Description RouteVisualizationSettings(boolean removeRoutePolylineOnceDestinationIsReached, boolean removeDestinationFlagOnceDestinationIsReached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getRemoveDestinationFlagOnceDestinationIsReached()
Indicates whether the destination flag should be removed from map once route destination is reached.boolean
getRemoveRoutePolylineOnceDestinationIsReached()
Indicates whether the route polyline should be removed from map once route destination is reached.java.lang.String
toString()
-
-
-
Method Detail
-
getRemoveRoutePolylineOnceDestinationIsReached
public boolean getRemoveRoutePolylineOnceDestinationIsReached()
Indicates whether the route polyline should be removed from map once route destination is reached. Default value is 'true'.
-
getRemoveDestinationFlagOnceDestinationIsReached
public boolean getRemoveDestinationFlagOnceDestinationIsReached()
Indicates whether the destination flag should be removed from map once route destination is reached. Default value is 'false'.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-