Package com. mapbox. maps. plugin. viewport. state
          Types
Follow Puck Viewport State
                          
                    Link copied to clipboard
                        The ViewportState that tracks the location puck's position.
Overview Viewport State
                          
                    Link copied to clipboard
                        The ViewportState that shows an overview of the geometry specified by its OverviewViewportStateOptions.geometry.
Viewport State
                          
                    Link copied to clipboard
                        interface ViewportState
Content copied to clipboard
ViewportState is used to observe the data source associated with the state and query the camera to keep updating according to current viewport data. ViewportState is also used by ViewportPlugin to orchestrate transitions to and from different states.
Viewport State Data Observer
                          
                    Link copied to clipboard
                        fun interface ViewportStateDataObserver
Content copied to clipboard
Observer that gets notified whenever new viewport data is available.