Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.