Java com.google.gwt.gdata.client.maps KmlContent fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringTYPE_APPLICATION_VND_GOOGLE_EARTH_KML_XML
Application/vnd google-earth kml+xml kml content.

Method

KmlContentnewInstance()
Constructs a kml content.
voidsetText(String text)
Sets the text content.
voidsetType(String type)
Sets the type of text construct (typically 'text', 'html' or 'xhtml').