AGMLMapController class

Constructors

AGMLMapController(int id)

Properties

hashCode int
The hash code for this object.
no setterinherited
mapLocalLayers List<AGMLLocalFeatureLayer>
no setter
mapServiceLayers List<AGMLFeatureServiceLayer>
no setter
onChangedMapLocalLayersStreamController StreamController<List<AGMLLocalFeatureLayer>>
no setter
onChangedMapServiceLayersStreamController StreamController<List<AGMLFeatureServiceLayer>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedLayerStreamController StreamController<List>
no setter

Methods

autoPaneModeCenterLocation() → void
autoPaneModeCompassNavigation() → void
autoPaneModeInitNavigationMode() → void
getLocation() Future<AGMLViewPoint?>
getLocation9377AndSetPoint() Future<AGMLViewPoint?>
loadArcGISOnlinePortalItemFeatureLayer(AGMLArcGISOnlinePortalItem agmlArcGISOnlinePortalItem) Future<void>
loadGeoDatabase(AGMLGeodatabase agmlGeodatabase) Future<void>
loadGeoPackageFeatureLayer(AGMLLocalGeopackage agmlLocalGeodatabase) Future<void>
loadMobileMapPackage(AGMLMobileMapPackage agmlGeodatabase) Future<void>
loadPortalItemFeatureLayer(AGMLPortalItem agmlPortalItem) Future<void>
loadServiceFeatureTable(AGMLFeatureServiceLayer arcGISMapServiceFeatureLayer) Future<void>
loadShapefileFeatureLayer(AGMLLocalShapefile agmlLocalShapefile) Future<void>
loadSyncGeodatabase(AGMLGeodatabase agmlGeodatabase) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLoadLocalFeatureChannelResponse(AGMLLocalFeatureLayer layer, String response) → void
onLoadServiceFeatureChannelResponse(AGMLFeatureServiceLayer layer, String response) → void
onRemoveAllFeatureChannelResponse() → void
onRemoveFeatureChannelResponse(AbstractAGMLFeatureLayer layer, String response) → void
removeAllFeatureLayer() Future<void>
removeFeatureLayer(AbstractAGMLFeatureLayer layer) Future<void>
setPoint4326(AGMLViewPoint viewPoint) → void
setPointCurrentLocation({Map<String, dynamic>? attributes}) → void
setSelectedFeatureLayer(AGMLSelectedLayerArguments arguments) Future<void>
setViewPoint(AGMLViewPoint viewPoint) → void
setViewPoint4326(AGMLViewPoint viewPoint) → void
startLocation() → void
stopLocation() → void
toString() String
A string representation of this object.
inherited
zoomIn() → void
zoomOut() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited