Java com.google.gwt.maps.client.geocode Directions fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geocode Directions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geocode Directions.

The text is from its open source code.

Method

voidload(String query, DirectionQueryOptions options, DirectionsCallback callback)
Load a new Directions query.
voidloadFromWaypoints(Waypoint[] waypoints, DirectionQueryOptions options, DirectionsCallback callback)
Load a new directions query using an array of waypoints as input instead of a single query string.