flutter_map_esri

Last updated:

0 purchases

flutter_map_esri Image
flutter_map_esri Images
Add to Cart

Description:

flutter map esri

flutter_map_esri #
ESRI basemaps for flutter_map. This does NOT provide esri FeatureLayers or
other layers.
Example #
Use EsriBasemapOptions with EsriBasemapType
new FlutterMap(
options: new MapOptions(
center: new LatLng(34.0231688, -118.2874995),
zoom: 17.0,
),
layers: [
new EsriBasemapOptions(
esriBasemapType: EsriBasemapType.streets),
],
);
copied to clipboard
EsriBasemapOptions implements TileLayerOptions.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.