| java.lang.Object | ||
| ↳ | com.steerpath.sdk.maps.BottomSheet | |
| ↳ | com.steerpath.sdk.maps.NavigationBottomSheet | |
Concrete BottomSheet that used when SteerpathMapView is in navigation mode.
|
[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
| |||||||||||
Default constructor. New View is inflated.
| options | must be instance of NavigationBottomSheetOptions
|
|---|
Update existing View with new BottomSheetOptions.
| options | must be instance of NavigationBottomSheetOptions
|
|---|