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
NavEnum
<T>
NavRerouteReqParam.Builder
NavRerouteReqParam.DestAndWaypointParamBuilder
NavRerouteReqParam.DestinationParamBuilder
NavRerouteReqParam.OffCourseParamBuilder
NavRerouteReqParam.RefreshParamBuilder
NavRerouteReqParam.RestoreParamBuilder
NavRerouteReqParam.SearchPreferenceParamBuilder
NavRerouteReqParam.SwitchParallelRoadParamBuilder
NavRerouteReqParam.WaypointParamBuilder
Classes
BaseModel
BaseRouteData
NavCameraInfo
NavCameraType
NavDriveCustomRouteReason
NavDriveDataInfo
NavDriveDataInfoEx
NavDriveRoute
NavDriveRouteData
NavDriveRoutePlan
NavEnlargedMap
NavEnlargedMapInfo
NavError
NavForkPoint
NavGpsLocation
NavGpsStatusInfo
NavHighwayFacility
NavIdleSectionInfo
NavLaneInfo
NavLocation
NavLocationInfo
NavMainRouteChangeReason
NavNavigationStartFail
NavNonMotorDataInfo
NavNonMotorMilestone
NavNonMotorRoute
NavNonMotorRouteData
NavNonMotorRoutePlan
NavNonMotorSegment
NavParallelRoadStatus
NavPoi
NavPosMatchLocation
NavPosPoint
NavRecommendRouteInfo
NavRerouteReason
NavRerouteReqParam
NavRestrictionInfo
NavRideRoute
NavRoadGrade
NavRoadKind
NavRoadMatchResult
NavRoadMatchStatus
NavRoute
NavRouteDataInfo
NavRouteExplain
NavRouteFilterLink
NavRouteLocation
NavRoutePlan
<T extends
NavRoute
>
NavRoutePoint
NavRouteReqParam
NavRouteSegment
NavRouteSegmentRoadName
NavRouteTrafficItem
NavSearchPoint
NavSpeedMonitorZoneInfo
NavTollStationInfo
NavTollStationItem
NavTrafficJamInfo
NavTruckRestriction
NavTruckRestrictionInfo
NavTruckRestrictionType
NavTTSInfo
NavTurnRestriction
NavTurnRestrictionInfo
NavTurnRestrictionType
NavWalkRoute
NavWaypoint
Enums
NavDayNightMode
NavDayNightStatus
NavDriveRoute.LimitStatus
NavError.Code
NavGpsLocation.GPSStatus
NavGpsLocation.LocationProvider
NavGpsStatusInfo.ChangeStatus
NavIdleSectionInfo.Type
NavMode
NavRecommendRouteInfo.Type
NavRoadType
NavRouteExplain.Type
NavRouteReqParam.RequestReason
NavRouteReqParam.TravelMode
NavRouteReqParam.VehicleType
NavRouteTrafficItem.TrafficStatus
NavSpeedMonitorZoneInfo.Status
NavTTSInfo.BeepType
NavTTSMode
NavWaypointArriveMode
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public abstract class
BaseRouteData
extends
BaseModel
java.lang.Object
↳
com.tencent.navix.api.model.BaseModel
↳
com.tencent.navix.api.model.BaseRouteData
Known Direct Subclasses
NavDriveRouteData
,
NavNonMotorRouteData
NavDriveRouteData
驾车导航路线实时信息
NavNonMotorRouteData
非机动车路线信息
Summary
Public Constructors
BaseRouteData
()
[Expand]
Inherited Methods
From class java.lang.Object
boolean
equals
(Object arg0)
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
BaseRouteData
()