public static interface

DriveRoutePlanOptions.TruckOptions

implements RoutePlanOptions
com.tencent.navix.api.plan.DriveRoutePlanOptions.TruckOptions

Class Overview

驾车路径规划-货车参数

Summary

Nested Classes
enum DriveRoutePlanOptions.TruckOptions.Attribute  
interface DriveRoutePlanOptions.TruckOptions.Builder 驾车路径规划-货车参数-构造器  
enum DriveRoutePlanOptions.TruckOptions.EmissionStandard 排放标准  
enum DriveRoutePlanOptions.TruckOptions.EnergyType 能源类型  
enum DriveRoutePlanOptions.TruckOptions.FunctionType 货车功能类型  
enum DriveRoutePlanOptions.TruckOptions.PassType 通行证类型  
enum DriveRoutePlanOptions.TruckOptions.PlateColor 车牌颜色  
enum DriveRoutePlanOptions.TruckOptions.TrailerType 货车拖挂类型  
enum DriveRoutePlanOptions.TruckOptions.TruckType 货车类型  
Public Methods
abstract int getAxisCount()
获得货车轴数。
abstract float getAxisLoad()
获得货车轴重
abstract DriveRoutePlanOptions.TruckOptions.EmissionStandard getEmissionStandard()
获取货车排放类型
abstract DriveRoutePlanOptions.TruckOptions.EnergyType getEnergyType()
获取货车能源类型
abstract DriveRoutePlanOptions.TruckOptions.FunctionType getFunctionType()
获取货车功能类型
abstract float getHeight()
获得货车高度
abstract float getLength()
获得货车长度
abstract float getLoad()
abstract DriveRoutePlanOptions.TruckOptions.PassType getPassType()
获取通行证类型
abstract DriveRoutePlanOptions.TruckOptions.PlateColor getPlateColor()
获取车牌颜色。
abstract DriveRoutePlanOptions.TruckOptions.TrailerType getTrailerType()
获取是否是拖挂车。
abstract DriveRoutePlanOptions.TruckOptions.TruckType getTruckType()
获取货车类型
abstract float getWeight()
获得货车重量
abstract float getWidth()
获得货车长度
abstract boolean ignoreWeight()
是否忽略货车重量
abstract static String keyName(DriveRoutePlanOptions.TruckOptions.Attribute attribute)
abstract boolean needExperienceRoute()
是否使用经验路线
abstract static DriveRoutePlanOptions.TruckOptions.Builder newBuilder()

Public Methods

public abstract int getAxisCount ()

获得货车轴数。

public abstract float getAxisLoad ()

获得货车轴重

public abstract DriveRoutePlanOptions.TruckOptions.EmissionStandard getEmissionStandard ()

获取货车排放类型

public abstract DriveRoutePlanOptions.TruckOptions.EnergyType getEnergyType ()

获取货车能源类型

public abstract DriveRoutePlanOptions.TruckOptions.FunctionType getFunctionType ()

获取货车功能类型

public abstract float getHeight ()

获得货车高度

public abstract float getLength ()

获得货车长度

public abstract float getLoad ()

public abstract DriveRoutePlanOptions.TruckOptions.PassType getPassType ()

获取通行证类型

public abstract DriveRoutePlanOptions.TruckOptions.PlateColor getPlateColor ()

获取车牌颜色。

public abstract DriveRoutePlanOptions.TruckOptions.TrailerType getTrailerType ()

获取是否是拖挂车。

public abstract DriveRoutePlanOptions.TruckOptions.TruckType getTruckType ()

获取货车类型

public abstract float getWeight ()

获得货车重量

public abstract float getWidth ()

获得货车长度

public abstract boolean ignoreWeight ()

是否忽略货车重量

public static abstract String keyName (DriveRoutePlanOptions.TruckOptions.Attribute attribute)

public abstract boolean needExperienceRoute ()

是否使用经验路线

public static abstract DriveRoutePlanOptions.TruckOptions.Builder newBuilder ()