Package globus.glroute
Interface GLRouteElevation.ResultsCallback
- Enclosing class:
- GLRouteElevation
public static interface GLRouteElevation.ResultsCallback
Callback that will be called when request is finished
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onError
(GLMapError error) Called when error happenedvoid
onResult
(GLRouteElevation data) Called when result ready
-
Method Details
-
onResult
Called when result ready- Parameters:
data
- height data
-
onError
Called when error happened- Parameters:
error
- error that happened
-