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

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

The text is from its open source code.

Method

LocationElevationRequestnewInstance()
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
voidsetLocations(JsArray locations)
The discrete locations for which to retrieve elevations.