Class RouteDisplayParameters
- java.lang.Object
-
- com.navmii.sdk.routevisualization.RouteDisplayParameters
-
public final class RouteDisplayParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RouteDisplayParameters(java.lang.Float minRouteWidth, java.lang.Float maxRouteWidth, Color routeColor, java.lang.Boolean showRouteHalo, Color routeHaloColor, java.lang.Boolean showDirectionArrows, java.lang.Boolean showWaypoints, java.lang.Boolean showTraffic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getMaxRouteWidth()
The minimal width of the route line.java.lang.Float
getMinRouteWidth()
The minimal width of the route line.Color
getRouteColor()
The color of the route line.Color
getRouteHaloColor()
The color of the route halo.java.lang.Boolean
getShowDirectionArrows()
Show direction arrows (only displayed when a route is applied).java.lang.Boolean
getShowRouteHalo()
Show a halo around the route (only applicable to opaque routes).java.lang.Boolean
getShowTraffic()
Show traffic on the route line.java.lang.Boolean
getShowWaypoints()
Show waypoint markers.java.lang.String
toString()
-
-
-
Method Detail
-
getMinRouteWidth
public java.lang.Float getMinRouteWidth()
The minimal width of the route line.
-
getMaxRouteWidth
public java.lang.Float getMaxRouteWidth()
The minimal width of the route line.
-
getRouteColor
public Color getRouteColor()
The color of the route line.
-
getShowRouteHalo
public java.lang.Boolean getShowRouteHalo()
Show a halo around the route (only applicable to opaque routes).
-
getRouteHaloColor
public Color getRouteHaloColor()
The color of the route halo.
-
getShowDirectionArrows
public java.lang.Boolean getShowDirectionArrows()
Show direction arrows (only displayed when a route is applied).
-
getShowWaypoints
public java.lang.Boolean getShowWaypoints()
Show waypoint markers.
-
getShowTraffic
public java.lang.Boolean getShowTraffic()
Show traffic on the route line.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-