public class DirectionsApi
extends java.lang.Object
See the Directions API Developer's Guide for more information.
Modifier and Type | Class and Description |
---|---|
static class |
DirectionsApi.RouteRestriction
Directions may be calculated that adhere to certain restrictions.
|
Modifier and Type | Method and Description |
---|---|
static DirectionsApiRequest |
getDirections(GeoApiContext context,
java.lang.String origin,
java.lang.String destination) |
static DirectionsApiRequest |
newRequest(GeoApiContext context) |
public static DirectionsApiRequest newRequest(GeoApiContext context)
public static DirectionsApiRequest getDirections(GeoApiContext context, java.lang.String origin, java.lang.String destination)