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

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

The text is from its open source code.

Method

doublegetElevation()
The elevation of this point on Earth, in meters above sea level.
LatLnggetLocation()
The location of this elevation result.
doublegetResolution()
The distance, in meters, between sample points from which the elevation was interpolated.