public class Srtm1ElevationModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Modifier and Type | Method and Description |
|---|---|
static Srtm1ElevationModel |
getInstance() |
GeoPointMetaData |
queryPoint(double latitude,
double longitude)
Queries for an elevation value given a location in decimal degrees.
|
public static final java.lang.String TAG
public static Srtm1ElevationModel getInstance()
public GeoPointMetaData queryPoint(double latitude,
double longitude)
latitude - A double containing the latitude to be queried in decimal degrees.longitude - A double containing the longitude to be queried in decimal degrees.