java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.service.directions.DirectionsRenderer
public class DirectionsRenderer extends JavascriptObject
- Author:
- Andre
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description DirectionsRenderer()DirectionsRenderer(boolean drag, GoogleMap map, DirectionsPane panel)DirectionsRenderer(boolean drag, GoogleMap map, DirectionsPane panel, String strokeColor)DirectionsRenderer(JSObject type) -
Method Summary
Modifier and Type Method Description voidclearDirections()intgetRoutesCount()voidsetMap(GoogleMap map)voidsetOptions(String options)voidsetPanel(DirectionsPane panel)voidsetRouteIndex(int index)StringtoString()Methods inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
-
Constructor Details
-
DirectionsRenderer
public DirectionsRenderer() -
DirectionsRenderer
-
DirectionsRenderer
-
DirectionsRenderer
-
-
Method Details
-
setMap
-
clearDirections
public void clearDirections() -
setOptions
-
setPanel
-
getRoutesCount
public int getRoutesCount() -
setRouteIndex
public void setRouteIndex(int index) -
toString
-