ArcgisMapOptions constructor
const
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,
Implementation
const ArcgisMapOptions({
required this.apiKey,
required this.mapStyle,
required this.initialCenter,
required this.isInteractive,
required this.showLabelsBeneathGraphics,
required this.zoom,
required this.tilt,
required this.initialHeight,
required this.heading,
required this.padding,
required this.rotationEnabled,
required this.minZoom,
required this.maxZoom,
required this.xMin,
required this.xMax,
required this.yMin,
required this.yMax,
required this.defaultUiList,
this.basemap,
this.ground,
this.vectorTilesUrls,
this.isPopupEnabled = false,
});