| java.lang.Object |
| ↳ |
com.google.gdata.data.maps.KmlContent.Type |
Class Overview
Type of text construct (typically 'text', 'html' or 'xhtml').
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
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
()