Java com.google.gwt.maps.client.events.fusiontablemouse FusionTablesMouseMapEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.events.fusiontablemouse FusionTablesMouseMapEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.events.fusiontablemouse FusionTablesMouseMapEvent.

The text is from its open source code.

Method

StringgetInfoWindowHtml()
Pre-rendered HTML content, as placed in the infowindow by the default UI.
LatLnggetLatLng()
The position at which to anchor an infowindow on the clicked feature.
SizegetPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature.
JavaScriptObjectgetRow()
returns A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.
StringgetRowAsJson()
A collection of FusionTablesCell objects, indexed by column name, representing the contents of the table row which included the clicked feature.