public class TransitStop extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
TransitStop()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
LatLng |
getLocation()
The location of this stop.
|
String |
getName()
The name of this transit stop.
|
static TransitStop |
newInstance() |
void |
setLocation(LatLng location)
The location of this stop.
|
void |
setName(String name)
The name of this transit stop.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final TransitStop newInstance()
public final void setLocation(LatLng location)
public final LatLng getLocation()
public final void setName(String name)
public final String getName()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.