Java com.google.gwt.maps.client.services DirectionsStatus fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

DirectionsStatusINVALID_REQUEST
The DirectionsRequest provided was invalid.
DirectionsStatusMAX_WAYPOINTS_EXCEEDED
Too many DirectionsWaypoints were provided in the DirectionsRequest.
DirectionsStatusNOT_FOUND
At least one of the origin, destination, or waypoints could not be geocoded.
DirectionsStatusOK
The response contains a valid DirectionsResult.
DirectionsStatusOVER_QUERY_LIMIT
The webpage has gone over the requests limit in too short a period of time.
DirectionsStatusREQUEST_DENIED
The webpage is not allowed to use the directions service.
DirectionsStatusUNKNOWN_ERROR
A directions request could not be processed due to a server error.
DirectionsStatusZERO_RESULTS
No route could be found between the origin and destination.

Method

Stringvalue()