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

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

public class DemographicsQuery
extends JavaScriptObject

This object defines the properties that determine which regions are shown by a DemographicsLayer. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected DemographicsQuery()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getFrom()
          The data set to display.
 java.lang.String getWhere()
          Expression to define the regions to show.
 void setFrom(java.lang.String from)
          The data set to display.
 void setWhere(java.lang.String where)
          Expression to define the regions to show.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemographicsQuery

protected DemographicsQuery()
Protected constructor avoids default public constructor.

Method Detail

getFrom

public final java.lang.String getFrom()
The data set to display.


getWhere

public final java.lang.String getWhere()
Expression to define the regions to show.


setFrom

public final void setFrom(java.lang.String from)
The data set to display.


setWhere

public final void setWhere(java.lang.String where)
Expression to define the regions to show.