|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.DirectionsWaypoint
public class DirectionsWaypoint
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed.
See DirectionsWaypoint API Doc
Constructor Summary | |
---|---|
protected |
DirectionsWaypoint()
use newInstance(); |
Method Summary | |
---|---|
LatLng |
getLocation_LatLng()
Waypoint location. |
String |
getLocation_String()
Waypoint location. |
boolean |
getStopOver()
If true, indicates that this waypoint is a stop between the origin and destination. |
static DirectionsWaypoint |
newInstance()
A DirectionsWaypoint represents a location between origin and destination through which the trip should be routed. |
void |
setLocation(LatLng location)
Waypoint location. |
void |
setLocation(String location)
Waypoint location. |
void |
setStopOver(boolean stopover)
If true, indicates that this waypoint is a stop between the origin and destination. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected DirectionsWaypoint()
Method Detail |
---|
public static final DirectionsWaypoint newInstance()
public final void setLocation(String location)
location
- public final String getLocation_String()
public final void setLocation(LatLng location)
location
- public final LatLng getLocation_LatLng()
public final void setStopOver(boolean stopover)
stopover
- public final boolean getStopOver()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |