public class DirectionsWaypoint extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
DirectionsWaypoint()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.