public class GMarker extends GOverlay
| Constructor and Description |
|---|
GMarker(GMarkerOptions options) |
GMarker(String id,
GMarkerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJSconstructor()
Implement the needed JavaScript constructor for the corresponding JavaScript object.
|
GLatLng |
getLatLng() |
GMarkerOptions |
getMarkerOptions() |
void |
setAnimation(GAnimation animation)
Sets the animation type for this marker.
|
protected void |
updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs.
|
addFunctionListener, addListener, clearListeners, getFunctionListeners, getId, getJS, getJSremove, getListeners, getPage, getParent, onEvent, setParentpublic GMarker(GMarkerOptions options)
public GMarker(String id, GMarkerOptions options)
public GLatLng getLatLng()
public GMarkerOptions getMarkerOptions()
public void setAnimation(GAnimation animation)
animation - The animation which should be applied to this marker.
Pass NULL if you want to stop an ongoing animation.GAnimationpublic String getJSconstructor()
GOverlaygetJSconstructor in class GOverlayGOverlay.getJSconstructor()protected void updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
GOverlayupdateOnAjaxCall in class GOverlayGOverlay.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget, GEvent)Copyright © 2015. All rights reserved.