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

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

The text is from its open source code.

Field

ElevationStatusINVALID_REQUEST
This request was invalid.
ElevationStatusOK
The request did not encounter any errors.
ElevationStatusOVER_QUERY_LIMIT
The webpage has gone over the requests limit in too short a period of time.
ElevationStatusREQUEST_DENIED
The webpage is not allowed to use the elevation service for some reason.
ElevationStatusUNKNOWN_ERROR
A geocoding, directions or elevation request could not be successfully processed, yet the exact reason for the failure is not known.