CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Member Functions | List of all members
com.cartotype.RouterAsyncInterface Interface Reference

Public Member Functions

void handler (int aResultCode, Route aRoute)
 

Detailed Description

An interface to handle the results of the asynchronous routing functions.

Member Function Documentation

◆ handler()

void com.cartotype.RouterAsyncInterface.handler ( int  aResultCode,
Route  aRoute 
)

This function is called by an asynchronous routing function to supply a route when it has been created. If an error occurred it is supplied in aResultCode and aRoute is null.


The documentation for this interface was generated from the following file: