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.
Compass
A Compass (also known as a "north arrow") is a widget that visualizes the current rotation of an ArcGISMapView or ArcGISSceneView.
OverviewMap
OverviewMap is a small, secondary map view (sometimes called an “inset map”), superimposed on an existing ArcGISMapView or ArcGISSceneView, which shows a representation of the current visible area (for an ArcGISMapView) or viewpoint (for an ArcGISSceneView).
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.