arcgis_maps_toolkit library
ArcGIS Maps SDK for Flutter Toolkit
Toolkit components:
- Authenticator: A widget that handles authentication challenges. It will display a user interface when network and ArcGIS authentication challenges occur.
- Compass: A widget that visualizes the current rotation of the map or scene and allows the user to reset the rotation to north by tapping on it.
- OverviewMap: A small inset map displaying a representation of the current viewpoint of the target map or scene.
- PopupView: A widget that will display a pop-up for an individual feature. This includes showing the feature's title, attributes, custom description, media, and attachments.
Classes
- Authenticator
- The Authenticator widget handles authentication challenges.
- BuildingExplorer
-
A widget that enables a user to explore a building model in a
BuildingSceneLayer. - BuildingExplorerController
-
This class stores state for the BuildingExplorer widget across different
instances of the widget. Get an instance of this class by calling
BuildingExplorer.createController and passing in the relevant
ArcGISLocalSceneViewController. The controller object is used when creating the BuildingExplorer in the widget tree. - Compass
-
A Compass (also known as a "north arrow") is a widget that visualizes the
current rotation of an
ArcGISMapView,ArcGISSceneView, orArcGISLocalSceneView. - OverviewMap
-
OverviewMap is a small, secondary map view (sometimes called an “inset map”), superimposed on an existing
ArcGISMapView,ArcGISSceneView, orArcGISLocalSceneView, which shows a representation of the current visible area (for anArcGISMapView) or viewpoint (for anArcGISSceneVieworArcGISLocalSceneView). - PopupView
- A widget that will display a pop-up for an individual feature. This includes showing the feature's title, attributes, custom description, media, and attachments.