I'm using FlutterFlow's map widget with two data sources:
A query collection for the store location, which sets the initial map center.
A drivers collection (each document includes a lat/lng) for multiple markers.
I need:
A separate marker for the store (with a different color, e.g., green).
Driver markers that display driver info (name/number) on the map or on tap.
Any advice on how to achieve this configuration would be appreciated!