public class PanoramioMouseMapEvent extends MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<PanoramioMouseMapHandler> |
TYPE |
properties
Constructor and Description |
---|
PanoramioMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(PanoramioMouseMapHandler handler)
implement in the event that inherits this
|
GwtEvent.Type<PanoramioMouseMapHandler> |
getAssociatedType()
implement in the event that inherits this
|
PanoramioFeature |
getFeatureDetails()
A PanoramioFeature object containing information about the clicked feature.
|
String |
getInfoWindowHtml()
Pre-rendered HTML content, as placed in the infowindow by the default UI.
|
LatLng |
getLatLng()
The position at which to anchor an infowindow on the clicked feature.
|
Size |
getPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature.
|
getAsJson, getProperties
assertLive, getSource, isLive, kill, revive
public static GwtEvent.Type<PanoramioMouseMapHandler> TYPE
public PanoramioMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
public GwtEvent.Type<PanoramioMouseMapHandler> getAssociatedType()
MapEvent
getAssociatedType
in class MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
protected void dispatch(PanoramioMouseMapHandler handler)
MapEvent
dispatch
in class MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
public PanoramioFeature getFeatureDetails()
PanoramioFeature
public String getInfoWindowHtml()
public LatLng getLatLng()
LatLng
public Size getPixelOffset()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.