Marker Layer
FlutterMap(
options: MapOptions(),
children: [
MarkerLayer(
markers: [
Marker(
point: LatLng(30, 40),
width: 80,
height: 80,
builder: (context) => FlutterLogo(),
),
],
),
],
),Markers (markers)
markers)Property
Type
Defaults
Description
Last updated
Was this helpful?