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

Example usage for Java com.google.gwt.maps.client.layers KmlLayer 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 KmlLayer.

The text is from its open source code.

Method

HandlerRegistrationaddClickHandler(KmlMouseMapHandler handler)
This event is fired when a feature in the layer is clicked.
KmlLayerMetadatagetMetadata()
Get the metadata associated with this layer, as specified in the layer markup.
KmlLayernewInstance(String url)
Creates a KmlLayer which renders the contents of the specified KML/KMZ file (KML API Doc) or GeoRSS file (GeoRSS API Doc).
KmlLayernewInstance(String url, KmlLayerOptions options)
Creates a KmlLayer which renders the contents of the specified KML/KMZ file (KML API Doc) or GeoRSS file (GeoRSS API Doc).
voidsetMap(MapWidget mapWidget)
Renders the KML Layer on the specified map.