Hi!
I'm using the GoogleMap widget with the following settings:
Num Markers:MultipleMarker Type:DocumentThe marker source is a list of Firestore documents from my 'alerts' collection (which has a field named 'positionLost' of type LatLng).
My problem is: I can't find the option in the GoogleMap widget properties to specify that the 'positionLost' field should be used for the markers' location. Where is this setting located?
Can anyone help me find where to set the LatLng field from the document when using Marker Type: Document?
Thanks!