public class PathPredictionService
extends java.lang.Object
| Constructor and Description |
|---|
PathPredictionService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
predictLocation(ClientIdentity identity,
PredictLocationRequest request,
OnCompleteListener<PredictLocationResult> completedCallback,
java.lang.Object state)
Helper method to initiate the call to predict path.
|
public static void predictLocation(ClientIdentity identity, PredictLocationRequest request, OnCompleteListener<PredictLocationResult> completedCallback, java.lang.Object state) throws java.lang.Exception
identity - the client identityrequest - Predict location requestcompletedCallback - complete listenerstate - specifies a user-defined objectjava.lang.Exception