NavigationFollowComposable

fun NavigationFollowComposable(map: Map, isHideable: Boolean = false, colors: NavigationFollowComposableColors = NavigationFollowComposableDefaults.colors())

Navigation follow button that controls camera tracking behavior.

Provides a button to toggle between follow modes:

  • Follow with bearing: Camera tracks position and rotation

  • Follow without bearing: Camera tracks position but stays north-oriented

Parameters

map

The map instance to control

isHideable

If true, button hides when following; if false, toggles between follow modes

colors

Color configuration for the button appearance