ArcgisMapOptions class
Options for the Arcgis map widget
rotationEnabled enables the rotation of the map by holding right click.
xMin, xMax, yMin and yMax are the coordinates of an extent envelope that constrains the panning in the map.
Warning!! If hideAttribution
is set to true,
an attribution must still be provided, according to following layout and design guidelines from Esri
https://developers.arcgis.com/documentation/mapping-apis-and-services/deployment/basemap-attribution/#layout-and-design-guidelines
Constructors
-
ArcgisMapOptions({required String apiKey, required MapStyle mapStyle, required LatLng initialCenter, required bool isInteractive, required bool showLabelsBeneathGraphics, required double zoom, required double tilt, required double initialHeight, required double heading, required ViewPadding padding, required bool rotationEnabled, required int minZoom, required int maxZoom, required double xMin, required double xMax, required double yMin, required double yMax, required List<
DefaultWidget> defaultUiList, BaseMap? basemap, Ground? ground, List<String> ? vectorTilesUrls, bool isPopupEnabled = false}) -
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
- mapStyle → MapStyle
-
final
- maxZoom → int
-
final
- minZoom → int
-
final
- padding → ViewPadding
-
final
- rotationEnabled → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showLabelsBeneathGraphics → bool
-
final
- tilt → double
-
final
-
vectorTilesUrls
→ List<
String> ? -
final
- xMax → double
-
final
- xMin → double
-
final
- yMax → double
-
final
- yMin → double
-
final
- zoom → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited