Marker Layer

Marker, using FlutterLogo as the childAlignment
Rotation
Handling Gestures
Last updated
Was this helpful?

Marker, using FlutterLogo as the childLast updated
Was this helpful?
Was this helpful?
MarkerLayer(
markers: [
Marker(
point: LatLng(30, 40),
width: 80,
height: 80,
child: FlutterLogo(),
),
],
),