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.
- BasemapGallery: A widget that displays a collection of basemaps, either from ArcGIS Online, a user-defined portal, or an array of custom basemap gallery items.
- BuildingExplorer: A widget that enables a user to explore a building scene layer building model in a local scene view.
- 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.
- BasemapGallery
- The BasemapGallery widget displays a collection of basemaps from one of:
- BasemapGalleryController
- The BasemapGalleryController contains the state data and properties for the associated BasemapGallery. The controller is used to define the list of BasemapGalleryItem to display within the BasemapGallery, manage the view style of the gallery, and listen to events when the current basemap changes. Once the BasemapGalleryController is configured, it is used to construct the BasemapGallery widget.
- BasemapGalleryItem
- A class representing an item within a basemap gallery.
- 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.
Enums
- BasemapGalleryViewStyle
- An enum representing the view style of a basemap gallery.