| java.lang.Object | |
| ↳ | com.steerpath.sdk.maps.SteerpathMapOptions |
Initialize SteerpathMapFragment with SteerpathMapOptions.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Creator | CREATOR | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
SteerpathMapOptions()
Default constructor.
| |||||||||||
| SteerpathMapOptions(Parcel in) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | describeContents() | ||||||||||
| LiveMapOptions |
getLiveMapOptions()
Get associated Steerpath Live Map options, if any.
| ||||||||||
| MapboxMapOptions |
getMapboxMapOptions()
Get MapboxMapOptions.
| ||||||||||
| boolean | isRoutingFailedBottomSheetEnabled() | ||||||||||
| boolean | isSettingsEnabled() | ||||||||||
| SteerpathMapOptions |
liveOptions(LiveMapOptions options)
Enable Steerpath Live Map.
| ||||||||||
| SteerpathMapOptions |
mapboxMapOptions(MapboxMapOptions options)
Set initial MapboxMapOptions
| ||||||||||
| SteerpathMapOptions |
routingFailedBottomSheetEnabled(boolean isEnabled)
Enable or disable builtin BottomSheet that is displayed when navigation fails.
| ||||||||||
| SteerpathMapOptions | settingsEnabled(boolean isEnabled) | ||||||||||
| void | writeToParcel(Parcel dest, int flags) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Default constructor.
Get MapboxMapOptions.
Enable Steerpath Live Map. For most seamless map loading, use
Set initial MapboxMapOptions
| IllegalArgumentException | if null is given |
|---|
Enable or disable builtin BottomSheet that is displayed when navigation fails. If your app implements own UI for that, you probably want disable this one. Enabled by default.