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

Example usage for Java com.google.gwt.maps.client.services DistanceMatrixStatus 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 DistanceMatrixStatus.

The text is from its open source code.

Field

DistanceMatrixStatusINVALID_REQUEST
The provided request was invalid.
DistanceMatrixStatusMAX_DIMENSIONS_EXCEEDED
The request contains more than 25 origins, or more than 25 destinations.
DistanceMatrixStatusMAX_ELEMENTS_EXCEEDED
The product of origins and destinations exceeds the per-query limit.
DistanceMatrixStatusOK
The response contains a valid result.
DistanceMatrixStatusOVER_QUERY_LIMIT
Too many elements have been requested within the allowed time period.
DistanceMatrixStatusREQUEST_DENIED
The service denied use of the Distance Matrix service by your web page.
DistanceMatrixStatusUNKNOWN_ERROR
A Distance Matrix request could not be processed due to a server error.

Method

Stringvalue()