| java.lang.Object | |||
| ↳ | Fragment | ||
| ↳ | com.mapsted.ui.base.BaseFragment<VM extends com.mapsted.ui.base.BaseViewModel> | ||
| ↳ | com.mapsted.ui.map.routing.navigation.NavigationModeFragment | ||
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | NavigationModeFragment.Listener | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String | TAG | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavigationModeFragment() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | createViewModel() | ||||||||||
| static NavigationModeFragment | newInstance() | ||||||||||
| void | onAttach(Context context) | ||||||||||
| void | onCreate(Bundle savedInstanceState) | ||||||||||
| View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
| void | onDestinationReached(Waypoint destination) | ||||||||||
| void | onDestroy() | ||||||||||
| void | onDismiss() | ||||||||||
| void | onExitButtonClicked() | ||||||||||
| void | onResume() | ||||||||||
| void | onRouteInstruction(RouteNode routeNode, RouteNode nextKeyNodeNextQuickInstruction) | ||||||||||
| void | onRouteRecalculation(Route route) | ||||||||||
| void | onRouteSegmentReached(RouteSegment currentRouteSegment, List<RouteSegment> visitedRouteSegments, List<RouteSegment> upcomingRouteSegments) | ||||||||||
| void | onRoutingStatus(boolean isRoutingModeOn, Route route) | ||||||||||
| void | onUserProgressAlongRoute(RouteUserProgress routeUserProgress) | ||||||||||
| void | onViewCreated(View view, Bundle savedInstanceState) | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.mapsted.ui.base.BaseFragment
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  com.mapsted.positioning.coreObjects.RoutingStatusCallback
 | |||||||||||
   
From interface
  com.mapsted.ui.map.dialog.ReachedDestinationOnMapFragment.Listener
 | |||||||||||
   
From interface
  com.mapsted.ui.map.routing.navigation.NavigationModeBottomFragment.Listener
 | |||||||||||