|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.ElevationService
public class ElevationService
Defines a service class that talks directly to Google servers for requesting elevation data.
See ElevationService API Doc
| Constructor Summary | |
|---|---|
protected |
ElevationService()
use newInstance(); |
| Method Summary | |
|---|---|
void |
getElevationAlongPath(PathElevationRequest request,
ElevationServiceHandler handler)
Makes an elevation request along a path, where the elevation data are returned as distance-based samples along that path. |
void |
getElevationForLocations(LocationElevationRequest request,
ElevationServiceHandler handler)
Makes an elevation request for a list of discrete locations. |
static ElevationService |
newInstance()
Creates a new instance of a ElevationService that sends elevation queries to Google servers. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ElevationService()
| Method Detail |
|---|
public static final ElevationService newInstance()
public final void getElevationAlongPath(PathElevationRequest request,
ElevationServiceHandler handler)
request - handler -
public final void getElevationForLocations(LocationElevationRequest request,
ElevationServiceHandler handler)
request - handler -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||