public class

NavRideRoute

extends NavNonMotorRoute
java.lang.Object
   ↳ com.tencent.navix.api.model.BaseModel
     ↳ com.tencent.navix.api.model.NavRoute
       ↳ com.tencent.navix.api.model.NavNonMotorRoute
         ↳ com.tencent.navix.api.model.NavRideRoute

Class Overview

骑行导航路线信息

Summary

Public Constructors
NavRideRoute(NavSearchPoint origin, NavSearchPoint destination, List<LatLng> routePoints, String routeId, int distance, int time, int numTrafficLight, String tag, List<NavNonMotorSegment> segmentItems, List<NavNonMotorMilestone> milestones)
[Expand]
Inherited Methods
From class com.tencent.navix.api.model.NavNonMotorRoute
From class com.tencent.navix.api.model.NavRoute
From class java.lang.Object

Public Constructors

public NavRideRoute (NavSearchPoint origin, NavSearchPoint destination, List<LatLng> routePoints, String routeId, int distance, int time, int numTrafficLight, String tag, List<NavNonMotorSegment> segmentItems, List<NavNonMotorMilestone> milestones)