|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.visualization.DemographicsMouseEvent
public class DemographicsMouseEvent
The properties of a mouse event on a
DemographicsLayer
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DemographicsMouseEvent()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static DemographicsMouseEvent |
create()
|
JavaScriptObject |
getFeatureDetails()
An object containing demographics about the clicked region. |
java.lang.String |
getInfoWindowHtml()
Pre-rendered HTML content to display within a region's InfoWindow
when clicked. |
LatLng |
getLatLng()
The position at which to anchor an info window on the clicked region. |
Size |
getPixelOffset()
The offset to apply to an info window anchored on the clicked region. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DemographicsMouseEvent()
Method Detail |
---|
public static final DemographicsMouseEvent create()
public final JavaScriptObject getFeatureDetails()
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 |