Attribution Layer
FlutterMap(
options: MapOptions(),
nonRotatedChildren: [
AttributionWidget.defaultWidget(
source: 'Β© OpenStreetMap contributors',
onSourceTapped: () {},
),
],
),Default Builder
Custom Builder
Last updated
Was this helpful?