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:
Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
public class
NavRoadMatchStatus
extends Object
java.lang.Object
↳
com.tencent.navix.api.model.NavRoadMatchStatus
Summary
Constants
int
NULL
默认值
int
OffRoute
车标脱离
int
OnRoute
车标匹配在路上
Public Constructors
NavRoadMatchStatus
()
[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
()
Constants
public static final int
NULL
默认值
Constant Value:
-1 (0xffffffff)
public static final int
OffRoute
车标脱离
Constant Value:
0 (0x00000000)
public static final int
OnRoute
车标匹配在路上
Constant Value:
1 (0x00000001)
Public Constructors
public
NavRoadMatchStatus
()