com.google.maps.gwt.client.visualization
Class DemographicsMouseEvent

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.visualization.DemographicsMouseEvent

public class DemographicsMouseEvent
extends JavaScriptObject

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

DemographicsMouseEvent

protected DemographicsMouseEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final DemographicsMouseEvent create()

getFeatureDetails

public final JavaScriptObject getFeatureDetails()
An object containing demographics about the clicked region.


getInfoWindowHtml

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


getLatLng

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


getPixelOffset

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