public class DirectionsSteps extends JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName
Constructor and Description |
---|
DirectionsSteps() |
DirectionsSteps(netscape.javascript.JSObject jsObject) |
Modifier and Type | Method and Description |
---|---|
Distance |
getDistance() |
Duration |
getDuration() |
LatLong |
getEndLocation() |
String |
getInstructions() |
List<LatLong> |
getPath() |
LatLong |
getStartLocation() |
List<DirectionsSteps> |
getSteps() |
TravelModes |
getTravelMode() |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
public DirectionsSteps()
public DirectionsSteps(netscape.javascript.JSObject jsObject)
public String getInstructions()
public Distance getDistance()
public Duration getDuration()
public LatLong getStartLocation()
public LatLong getEndLocation()
public List<DirectionsSteps> getSteps()
public TravelModes getTravelMode()
Copyright © 2016. All Rights Reserved.