sdk-routing / com.tomtom.online.sdk.routing.data.batch / BatchRoutingQuery

BatchRoutingQuery

@DeprecatedSince("2020.06", "com.tomtom.online.sdk.routing.batch.BatchRoutesSpecification") open class BatchRoutingQuery : BaseRequestQuery, NativeObject
Deprecated: Deprecated in Java

A builder class used to create queries for the Batch Routing service.

Constructors

<init>

BatchRoutingQuery(routeQuerys: MutableList<RouteQuery!>!, reachableRangeQuerys: MutableList<ReachableRangeQuery!>!)

A constructor used to create an instance of BatchRoutingQuery for the Batch Routing service. Initializes proper fields with passed lists of route and reachable range queries.

Functions

dispose

open fun dispose(): Unit

equals

open fun equals(other: Any?): Boolean

getNativeHandle

open fun getNativeHandle(): Long

getReachableRangeQuerys

open fun getReachableRangeQuerys(): MutableList<ReachableRangeQuery!>!

Returns a list of reachable range queries.

getRouteQuerys

open fun getRouteQuerys(): MutableList<RouteQuery!>!

Returns a list of route queries.

hashCode

open fun hashCode(): Int

prepare

open fun prepare(): Long

Because this is a part of a bigger request builder, preparation is avoided for now.

toString

open fun toString(): String