java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.service.elevation.LocationElevationRequest
public class LocationElevationRequest extends JavascriptObject
Creates a request that can be passed in to the
ElevationService to
get the elevations for a number of locations.- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description LocationElevationRequest()LocationElevationRequest(LatLong[] locations) -
Method Summary
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
-
LocationElevationRequest
public LocationElevationRequest() -
LocationElevationRequest
-