public class

NavigationBottomSheet

extends BottomSheet
java.lang.Object
   ↳ com.steerpath.sdk.maps.BottomSheet
     ↳ com.steerpath.sdk.maps.NavigationBottomSheet

Class Overview

Concrete BottomSheet that used when SteerpathMapView is in navigation mode.

Summary

[Expand]
Inherited Constants
From class com.steerpath.sdk.maps.BottomSheet
Public Constructors
NavigationBottomSheet(Context context, BottomSheetOptions options)
Default constructor.
Public Methods
void update(Context context, BottomSheetOptions options)
Update existing View with new BottomSheetOptions.
[Expand]
Inherited Methods
From class com.steerpath.sdk.maps.BottomSheet
From class java.lang.Object

Public Constructors

public NavigationBottomSheet (Context context, BottomSheetOptions options)

Default constructor. New View is inflated.

Parameters
options must be instance of NavigationBottomSheetOptions

Public Methods

public void update (Context context, BottomSheetOptions options)

Update existing View with new BottomSheetOptions.

Parameters
options must be instance of NavigationBottomSheetOptions