public static final class

KmlContent.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.maps.KmlContent.Type

Class Overview

Type of text construct (typically 'text', 'html' or 'xhtml').

Summary

Constants
String APPLICATION_VND_GOOGLE_EARTH_KML_XML Application/vnd google-earth kml+xml kml content.
Public Constructors
KmlContent.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String APPLICATION_VND_GOOGLE_EARTH_KML_XML

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

Constant Value: "application/vnd.google-earth.kml+xml"

Public Constructors

public KmlContent.Type ()