Skip to content

Commit

Permalink
Update Doc Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-burwood committed Jan 31, 2025
1 parent 14f8905 commit c0f023c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ import com.stadiamaps.ferrostar.maplibreui.runtime.navigationMapViewCamera
* engine.
* @param snapUserLocationToRoute If true, the user's displayed location will be snapped to the
* route line.
* @param showCompleteRoute If true, the complete route will be displayed. If false, only the
* remaining geometry will be displayed on the polyline.
* @param navigationPathBuilder The navigation path builder to use for rendering the route line on the MapView.
* @param onMapReadyCallback A callback that is invoked when the map is ready to be interacted with.
* If unspecified, the camera will change to `navigationCamera` if navigation is in progress.
* @param content Any additional composable map symbol content to render.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import com.stadiamaps.ferrostar.maplibreui.runtime.rememberMapControlsForProgres
* engine.
* @param snapUserLocationToRoute If true, the user's displayed location will be snapped to the
* route line.
* @param navigationPathBuilder The navigation path builder to use for rendering the route line on the MapView.
* @param theme The navigation UI theme to use for the view.
* @param config The configuration for the navigation view.
* @param views The navigation view component builder to use for the view.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import kotlinx.coroutines.flow.asStateFlow
* engine.
* @param snapUserLocationToRoute If true, the user's displayed location will be snapped to the
* route line.
* @param navigationPathBuilder The navigation path builder to use for rendering the route line on the MapView.
* @param theme The navigation UI theme to use for the view.
* @param config The configuration for the navigation view.
* @param views The navigation view component builder to use for the view.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import kotlinx.coroutines.flow.asStateFlow
* engine.
* @param snapUserLocationToRoute If true, the user's displayed location will be snapped to the
* route line.
* @param navigationPathBuilder The navigation path builder to use for rendering the route line on the MapView.
* @param theme The navigation UI theme to use for the view.
* @param config The configuration for the navigation view.
* @param views The navigation view component builder to use for the view.
Expand Down

0 comments on commit c0f023c

Please sign in to comment.