Ready-to-use navigation view with built-in UI: zoom controls, floor selector, follow me toggle and user location layer. Automatically wires SDK listeners (building focus, sublocation, camera) and keeps widgets in sync. Widget configs are passed directly to each widget. More...
Public Member Functions | |
| DefaultNavigationView (Key key, onViewCreated, viewConfig, zoomControlsConfig, followMeButtonConfig, floorSelectorConfig, configController, textDirection) | |
| void | onViewCreated (LocationWindow arg) |
| Object | createState () |
Ready-to-use navigation view with built-in UI: zoom controls, floor selector, follow me toggle and user location layer. Automatically wires SDK listeners (building focus, sublocation, camera) and keeps widgets in sync. Widget configs are passed directly to each widget.
onViewCreated provides direct access to the underlying LocationWindow.
Basic usage with default config:
Custom config at init (visibility, widget configs passed directly):
Runtime config update via DefaultNavigationViewController:
Direct widget access for advanced customization:
Definition at line 48 of file default_navigation_view.dart.
|
inline |
Definition at line 49 of file default_navigation_view.dart.
| Object DefaultNavigationView.createState | ( | ) |
| void DefaultNavigationView.onViewCreated | ( | LocationWindow | arg | ) |