| java.lang.Object | |
| ↳ | com.steerpath.sdk.maps.MapWidgetType |
Broadcast Intent keys to inform which BottomSheet (or other possible future widget) is currently shown in the SteerpathMapView.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @interface | MapWidgetType.BottomSheetType | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | BOTTOMSHEET_PAYLOAD | Intent Bundle key for Parcelable. | |||||||||
| String | BOTTOMSHEET_TYPE | Intent Bundle key for @BottomSheetType | |||||||||
| int | CUSTOM | BottomSheet implementation is coming from the app. | |||||||||
| int | INFO | For builtin InfoBottomSheet. | |||||||||
| String | MAP_WIDGET_EVENT_BOTTOMSHEET_ATTACHED | Broadcasted when any BottomSheet has been added. | |||||||||
| int | NAVIGATION | For builtin NavigationBottomSheet. | |||||||||
| int | NAVIGATION_ERROR | For builtin Navigation errors. | |||||||||
| int | NAVIGATION_PREVIEW | For builtin NavigationPreviewBottomSheet. | |||||||||
| int | NONE | No BottomSheet is shown. | |||||||||
| int | SEARCH | For builtin SearchBottomSheet. | |||||||||
| int | SETTINGS | For builtin SettingsBottomSheet. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Intent Bundle key for Parcelable.
Intent Bundle key for @BottomSheetType
BottomSheet implementation is coming from the app.
For builtin InfoBottomSheet.
Broadcasted when any BottomSheet has been added. BOTTOMSHEET_TYPE will be in Intent Bundle with vale of @BottomSheetType. BOTTOMSHEET_PAYLOAD is optional and can contain for example MetaFeature.
For builtin NavigationBottomSheet.
For builtin Navigation errors.
For builtin NavigationPreviewBottomSheet.
No BottomSheet is shown.
For builtin SearchBottomSheet.
For builtin SettingsBottomSheet.