ArcgisMapViewWidget constructor

ArcgisMapViewWidget({
  1. required String licenseKey,
  2. String? imageLayerUrl,
  3. String? tiledLayerUrl,
  4. String? extent,
  5. int? wkid,
})

Implementation

ArcgisMapViewWidget(
    {required this.licenseKey,
    this.imageLayerUrl,
    this.tiledLayerUrl,
    this.extent,
    this.wkid});