public class ElevationService extends MapObject
| Modifier and Type | Method and Description |
|---|---|
void |
getElevationAlongPath(PathElevationRequest request,
ElevationCallback callback)
Makes an elevation request along a path, where the elevation data are returned as
distance-based samples along that path.
|
void |
getElevationForLocations(LocationElevationRequest request,
ElevationCallback callback)
Makes an elevation request for a list of discrete locations.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updatePropertypublic void getElevationAlongPath(PathElevationRequest request, ElevationCallback callback)
request - request objectcallback - instance of ElevationCallback.public void getElevationForLocations(LocationElevationRequest request, ElevationCallback callback)
request - request objectcallback - instance of ElevationCallback.