Class GoogleMapModelDelegate
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
com.inductiveautomation.perspective.gateway.components.GoogleMapModelDelegate
- 
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
component, log - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidprotected voidvoidvoidvoidpanToBounds(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidsetClickableIcons(org.python.core.PyObject[] pyArgs, String[] keywords) voidsetHeading(org.python.core.PyObject[] pyArgs, String[] keywords) voidsetMapTypeId(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidMethods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
fireEvent, getScriptCallableMethods, handleEventMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GoogleMapModelDelegate
 
 - 
 - 
Method Details
- 
fitBounds
 - 
panBy
 - 
panTo
 - 
panToBounds
 - 
setCenter
 - 
setClickableIcons
 - 
setHeading
 - 
setMapTypeId
 - 
setTilt
 - 
setZoom
 - 
onStartup
protected void onStartup()- Specified by:
 onStartupin classAbstractLifecycle
 - 
onShutdown
protected void onShutdown()- Specified by:
 onShutdownin classAbstractLifecycle
 
 -