|
|||||||||
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.geocode.Step
public class Step
Created by the Directions object to store information about a single step within a route in a directions result. Clients can not directly create objects of this class.
Constructor Summary | |
---|---|
protected |
Step()
|
Method Summary | |
---|---|
java.lang.String |
getDescriptionHtml()
Returns an HTML string containing the description of this step. |
Distance |
getDistance()
Returns the total distance of this step. |
Duration |
getDuration()
Returns the total time of this step. |
LatLng |
getLatLng()
Returns the first point along the polyline for this step. |
int |
getPolylineIndex()
Returns the index of the first point along the polyline for this step. |
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 Step()
Method Detail |
---|
public final java.lang.String getDescriptionHtml()
public final Distance getDistance()
public final Duration getDuration()
public final LatLng getLatLng()
public final int getPolylineIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |