| java.lang.Object |
| ↳ |
com.google.gdata.data.maps.MapsNamespace |
Class Overview
Namespace definitions related to Google Maps Data API.
Summary
| Constants |
| String |
MAPS |
Google Maps (MAPS) namespace |
| String |
MAPS_PREFIX |
Google Maps (MAPS) namespace prefix |
|
[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
MAPS
Google Maps (MAPS) namespace
Constant Value:
"http://schemas.google.com/maps/2008"
public
static
final
String
MAPS_PREFIX
Google Maps (MAPS) namespace prefix
Constant Value:
"http://schemas.google.com/maps/2008#"