package

com.steerpath.sdk.maps.defaults

This package contains default map widgets.

Interfaces

DefaultDirectionSheet.EventListener Callback to notify about actions user took. 
DirectionsAdapter.OnRouteStepClickListener DirectionsAdapter-to-parent communication channel. 
DirectionsAssetHelper.IconChooser Simple interface definition for choosing the icon for RouteStep. 
DirectionsAssetHelper.TextComposer Simple interface definition for composing directions instructions text. 

Classes

BottomSheetBehavior<V extends View> https://code.videolan.org/videolan/vlc-android/commit/766d8e8c39341b2a3f831e8e32ce7ea67960eea2 Created by opiirone on 02/04/2018. 
CompassCalibrationFragment DialogFragment that contains instructions for compass calibration. 
DefaultDirectionSheet SDK's default DirectionSheet implementation. 
DefaultNextWaypointRouteOptionsFactory SDK's default route line appearance for "next route segment". 
DefaultRouteOptionsFactory SDK's default route line appearance. 
DefaultRoutePreviewHolder SDK's default RoutePreview-badge implementation. 
DefaultRoutePreviewOptionsFactory SDK's default route line appearance when in preview-mode. 
DefaultRouteStepViewHolder SDK's default View for displaying navigation progress in BottomSheet. 
DefaultWaypointViewHolder SDK's default View for displaying Waypoint information in BottomSheet. 
DirectionsAdapter SDK's in-built RecyclerView.Adapter for displaying RouteSteps in a RecyclerView. 
DirectionsAssetHelper DirectionsAssetHelper.IconChooser chooses suitable DrawableRes for directions steps. 
DirectionsAssetHelper.DefaultChooser SDK's Default IconChooser for deciding which drawable should be shown for RouteStep. 
DirectionsAssetHelper.DefaultComposer SDK's default TextComposer for constructing user visible translations for RouteStep Actions. 
MoveUpwardBehavior Created by opiirone on 19/12/2017. 
StopNavigationButtonBehavior Simple CoordinatorLayout.Behavior that checks visibility of dependency View and sets associated FAB visible or invisible.