Java com.google.gwt.maps.client.layers FusionTablesQuery fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.layers FusionTablesQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.layers FusionTablesQuery.

The text is from its open source code.

Method

FusionTablesQuerynewInstance()
Specifies the data to retrieve from a Fusion Tables.
voidsetFrom(String from)
setsThe ID of the Fusion Tables table to display.
voidsetSelect(String select)
sets A column, containing geographic features to be displayed on the map.
voidsetWhere(String where)
sets The SQL predicate to be applied to the layer.