public interface ClosestFacilitySolveCallback extends ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
onSolveComplete(ClosestFacilitySolveResult result)
The function to call when the method has completed.
|
onError
void onSolveComplete(ClosestFacilitySolveResult result)
result
- - The results from the ClosestFaciltyTask solve operation.