getRecentRouteHistory method

ListQueue<String> getRecentRouteHistory()

获取路由记录

Implementation

ListQueue<String> getRecentRouteHistory() {
  return routeHistory;
}