sdk-routing / com.tomtom.online.sdk / NativeReachableRange

NativeReachableRange

open class NativeReachableRange : NativeService<ReachableRangeResponse!, ReachableRangeQuery!>

A wrapper for a native object providing access to the Reachable Range routing service.

Constructors

<init>

NativeReachableRange(server: String!, apiVersion: String!, apiKey: String!, sdkVersion: String!, applicationClientId: String!, applicationClientVersion: String!)

Functions

cancel

open fun cancel(handle: Long): Unit

construct

open fun construct(server: String!, apiVersion: String!, apiKey: String!): Long

destruct

open fun destruct(handle: Long): Unit

initializeAnalytics

open fun initializeAnalytics(nativeHandle: Long, sdkVersion: String!, applicationClientId: String!, applicationClientVersion: String!): Unit

requestSync

open fun requestSync(handle: Long, queryHandle: Long): ReachableRangeResponse