com.google.maps.gwt.client.panoramio
Class PanoramioMouseEvent

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.panoramio.PanoramioMouseEvent

public class PanoramioMouseEvent
extends JavaScriptObject

The properties of a mouse event on a PanoramioLayer . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PanoramioMouseEvent()
          Protected constructor avoids default public constructor.
 
Method Summary
static PanoramioMouseEvent create()
           
 PanoramioFeature getFeatureDetails()
          A PanoramioFeature object containing information about the clicked feature.
 java.lang.String getInfoWindowHtml()
          Pre-rendered HTML content to display within a feature's InfoWindow when clicked.
 LatLng getLatLng()
          The position at which to anchor an info window on the clicked feature.
 Size getPixelOffset()
          The offset to apply to an info window anchored on the clicked feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanoramioMouseEvent

protected PanoramioMouseEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final PanoramioMouseEvent create()

getFeatureDetails

public final PanoramioFeature getFeatureDetails()
A PanoramioFeature object containing information about the clicked feature.


getInfoWindowHtml

public final java.lang.String getInfoWindowHtml()
Pre-rendered HTML content to display within a feature's InfoWindow when clicked.


getLatLng

public final LatLng getLatLng()
The position at which to anchor an info window on the clicked feature.


getPixelOffset

public final Size getPixelOffset()
The offset to apply to an info window anchored on the clicked feature.