ArcgisMap class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ArcgisMap
Constructors
-
ArcgisMap({required String apiKey, required LatLng initialCenter, required double zoom, required MapStyle mapStyle, BaseMap? basemap, bool showLabelsBeneathGraphics = false, List<
DefaultWidget> defaultUiList = const [], bool isPopupEnabled = false, Ground? ground, bool isInteractive = true, ViewPadding padding = const ViewPadding(), bool rotationEnabled = false, double tilt = 0, double initialHeight = 5000, double heading = 0, int minZoom = 2, int maxZoom = 22, double xMin = -90, double xMax = 90, double yMin = -66, double yMax = 66, void onMapCreated(ArcgisMapController controller)?, List<String> ? vectorTileLayerUrls, Key? key}) -
const
Properties
- apiKey → String
-
final
- basemap → BaseMap?
-
final
-
defaultUiList
→ List<
DefaultWidget> -
final
- ground → Ground?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading → double
-
final
- initialCenter → LatLng
-
final
- initialHeight → double
-
final
- isInteractive → bool
-
final
- isPopupEnabled → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- mapStyle → MapStyle
-
final
- maxZoom → int
-
final
- minZoom → int
-
final
- onMapCreated → void Function(ArcgisMapController controller)?
-
final
- padding → ViewPadding
-
final
- rotationEnabled → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showLabelsBeneathGraphics → bool
-
If true, the basemap labels will be moved to the background. Behind any graphics.
final
- tilt → double
-
final
-
vectorTileLayerUrls
→ List<
String> ? -
Adds vector tile layers to the map. You can add more than one.
When the vectorTileLayerUrls is not empty, the basemap field
is ignored.
final
- xMax → double
-
final
- xMin → double
-
final
- yMax → double
-
final
- yMin → double
-
final
- zoom → double
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< ArcgisMap> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited