public class TransitAgency extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
TransitAgency()
use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this transit agency.
|
String |
getPhone()
The transit agency's phone number.
|
String |
getUrl()
The transit agency's URL.
|
static TransitAgency |
newInstance() |
void |
setName(String name)
The name of this transit agency.
|
void |
setPhone(String phone)
The transit agency's phone number.
|
void |
setUrl(String url)
The transit agency's URL.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic static final TransitAgency newInstance()
public final void setName(String name)
public final String getName()
public final void setPhone(String phone)
public final String getPhone()
public final void setUrl(String url)
public final String getUrl()
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.