com.google.gwt.maps.client.events.panoramiomouse
Class PanoramioMouseMapEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.maps.client.events.MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent
public class PanoramioMouseMapEvent
- extends MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
TYPE
public static GwtEvent.Type<PanoramioMouseMapHandler> TYPE
PanoramioMouseMapEvent
public PanoramioMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
getAssociatedType
public GwtEvent.Type<PanoramioMouseMapHandler> getAssociatedType()
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
getAssociatedType
in class MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
dispatch
protected void dispatch(PanoramioMouseMapHandler handler)
- Description copied from class:
MapEvent
- implement in the event that inherits this
- Specified by:
dispatch
in class MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
getFeatureDetails
public PanoramioFeature getFeatureDetails()
- A PanoramioFeature object containing information about the clicked feature.
- Returns:
PanoramioFeature
getInfoWindowHtml
public String getInfoWindowHtml()
- Pre-rendered HTML content, as placed in the infowindow by the default UI.
getLatLng
public LatLng getLatLng()
- The position at which to anchor an infowindow on the clicked feature.
- Returns:
LatLng
getPixelOffset
public Size getPixelOffset()
- gets The offset to apply to an infowindow anchored on the clicked feature.
Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.