public class DirectionsRequest
extends java.lang.Object
DirectionsManager.
Use the DirectionsRequest.Builder to create an instance. Instances are immutable.
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectionsRequest.Builder
DirectionsRequest builder static inner class. |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
Angle |
getBearingFrom()
Returns the user's bearing in the starting point.
|
Point |
getFrom()
Returns the point where the route should start.
|
Point |
getTo()
Returns the point where the route should end.
|
int |
hashCode() |
boolean |
isAccessible()
Returns whether the route has to be suitable for wheel chairs (true) or not (false)
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public Point getFrom()
Point point inside a building (Point.isIndoor() == true)public Angle getBearingFrom()
Anglepublic Point getTo()
Point point inside a building (Point.isIndoor() == true)public boolean isAccessible()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
public void writeToParcel(Parcel dest,
int flags)