|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.geocode.Waypoint
public final class Waypoint
This class is used to create an array of arguments to the Directions
class for specifying multi-point directions.
Constructor Summary | |
---|---|
Waypoint(LatLng point)
Construct a waypoint from a point. |
|
Waypoint(Placemark placemark)
Construct a waypoint from a Placemark . |
|
Waypoint(java.lang.String address)
Construct a waypoint from an address entered as a string. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Waypoint(LatLng point)
point
- point that specifies this waypoint.public Waypoint(Placemark placemark)
Placemark
.
placemark
- an address that specifies this waypoint.public Waypoint(java.lang.String address)
address
- an address that specifies this waypoint.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |