java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.javascript.object.LatLongBounds
public class LatLongBounds extends JavascriptObject
- Author:
- Geoff Capper
-
Field Summary
Fields inherited from class com.dlsc.gmapsfx.javascript.JavascriptObject
jsObject, objectCounter, peerRegistry, runtime, variableName -
Constructor Summary
Constructors Constructor Description LatLongBounds()LatLongBounds(LatLong sw, LatLong ne)LatLongBounds(JSObject obj) -
Method Summary
Modifier and Type Method Description booleancontains(LatLong latLong)voidextend(LatLong latLong)LatLonggetNorthEast()LatLonggetSouthWest()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
-
LatLongBounds
public LatLongBounds() -
LatLongBounds
-
LatLongBounds
-
-
Method Details