public interface

DriveRoutePlanRequestCallback

implements RoutePlanRequestCallback<T extends NavRoute>
com.tencent.navix.api.plan.DriveRoutePlanRequestCallback

Class Overview

驾车路径规划回调

Summary

Public Methods
abstract void onResultCallback(NavRoutePlan<NavDriveRoute> navRoutePlan, NavError error)
[Expand]
Inherited Methods
From interface com.tencent.navix.api.plan.RoutePlanRequestCallback

Public Methods

public abstract void onResultCallback (NavRoutePlan<NavDriveRoute> navRoutePlan, NavError error)