Follow us on GitHub

com.google.gwt.maps.client.events.panoramiomouse
Class PanoramioMouseMapEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.google.gwt.maps.client.events.MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>
              extended by com.google.gwt.maps.client.events.panoramiomouse.PanoramioMouseMapEvent

public class PanoramioMouseMapEvent
extends MapEvent<PanoramioMouseMapHandler,PanoramioMouseMapEvent>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Field Summary
static GwtEvent.Type<PanoramioMouseMapHandler> TYPE
           
 
Fields inherited from class com.google.gwt.maps.client.events.MapEvent
properties
 
Constructor Summary
PanoramioMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
           
 
Method Summary
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.
 
Methods inherited from class com.google.gwt.maps.client.events.MapEvent
getAsJson, getProperties
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static GwtEvent.Type<PanoramioMouseMapHandler> TYPE
Constructor Detail

PanoramioMouseMapEvent

public PanoramioMouseMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
Method Detail

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.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.