|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.panoramio.PanoramioMouseEvent
public class PanoramioMouseEvent
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 |
---|
protected PanoramioMouseEvent()
Method Detail |
---|
public static final PanoramioMouseEvent create()
public final PanoramioFeature getFeatureDetails()
PanoramioFeature
object containing information about the clicked feature.
public final java.lang.String getInfoWindowHtml()
InfoWindow
when clicked.
public final LatLng getLatLng()
public final Size getPixelOffset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |