Package Index
|
Class Index
com.tencent.navix.api
com.tencent.navix.api.config
com.tencent.navix.api.layer
com.tencent.navix.api.location
com.tencent.navix.api.map
com.tencent.navix.api.model
com.tencent.navix.api.navigator
com.tencent.navix.api.observer
com.tencent.navix.api.plan
com.tencent.navix.api.simulate
com.tencent.navix.api.tts
com.tencent.navix.tts.api
com.tencent.navix.ui.api
com.tencent.navix.ui.api.config
com.tencent.navix.ui.component
Interfaces
DriveRoutePlanOptions
DriveRoutePlanOptions.Builder
DriveRoutePlanOptions.TruckOptions
DriveRoutePlanOptions.TruckOptions.Builder
DriveRoutePlanRequestCallback
RideRoutePlanOptions
RideRoutePlanOptions.Builder
RoutePlanOptions
RoutePlanRequestCallback
<T extends
NavRoute
>
RoutePlanRequester
RoutePlanRequester.Builder
WalkRoutePlanOptions
WalkRoutePlanOptions.Builder
Classes
DriveRoutePlanOptions.Companion
RouteColorConstants
RoutePlanRequester.Companion
Enums
DriveRoutePlanOptions.Attribute
DriveRoutePlanOptions.TruckOptions.Attribute
DriveRoutePlanOptions.TruckOptions.EmissionStandard
DriveRoutePlanOptions.TruckOptions.EnergyType
DriveRoutePlanOptions.TruckOptions.FunctionType
DriveRoutePlanOptions.TruckOptions.PassType
DriveRoutePlanOptions.TruckOptions.PlateColor
DriveRoutePlanOptions.TruckOptions.TrailerType
DriveRoutePlanOptions.TruckOptions.TruckType
RideRoutePlanOptions.Attribute
WalkRoutePlanOptions.Attribute
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
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
abstract void
onResultCallback
(
NavRoutePlan
<T> navRoutePlan,
NavError
error)
结果回调
Public Methods
public abstract void
onResultCallback
(
NavRoutePlan
<
NavDriveRoute
> navRoutePlan,
NavError
error)