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