public class MatrixRoutingQuery
extends com.tomtom.online.sdk.common.jni.BaseRequestQuery
implements com.tomtom.online.sdk.common.jni.JniDataModel
| Constructor and Description |
|---|
MatrixRoutingQuery(java.util.List<LatLng> origins,
java.util.List<LatLng> destinations)
The primary constructor for MatrixRoutingQuery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
long |
getNativeHandle() |
long |
prepare() |
public MatrixRoutingQuery(java.util.List<LatLng> origins, java.util.List<LatLng> destinations)
origins - list of origin locations used to calculate matrix routes.destinations - list of destination locations used to calculate matrix routes.public long prepare()
prepare in interface com.tomtom.online.sdk.common.jni.JniDataModelprepare in class com.tomtom.online.sdk.common.jni.BaseRequestQuerypublic long getNativeHandle()
getNativeHandle in interface com.tomtom.online.sdk.common.jni.JniNativeHandleOwnerpublic void dispose()
dispose in interface com.tomtom.online.sdk.common.jni.JniNativeHandleOwner