java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.zoom.MaxZoomService
public class MaxZoomService 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 MaxZoomService() -
Method Summary
Modifier and Type Method Description voidgetMaxZoomAtLatLng(LatLong loc, MaxZoomServiceCallback callback)voidprocessResponse(Object result)Processess the Javascript response and generates the required objects that are then passed back to the original callback.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
-
MaxZoomService
public MaxZoomService()
-
-
Method Details
-
getMaxZoomAtLatLng
-
processResponse
Processess the Javascript response and generates the required objects that are then passed back to the original callback.- Parameters:
result-
-