java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.service.geocoding.GeocoderGeometry
public class GeocoderGeometry extends JavascriptObject
- Author:
- jlstephens89
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description GeocoderGeometry()GeocoderGeometry(JSObject jsObject) -
Method Summary
Modifier and Type Method Description LatLongBoundsgetBounds()LatLonggetLocation()GeocoderLocationTypegetLocationType()LatLongBoundsgetViewPort()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
-
GeocoderGeometry
public GeocoderGeometry() -
GeocoderGeometry
-
-
Method Details