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()
Angle
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
public void writeToParcel(Parcel dest, int flags)