uniqueMarkerIds property
markers are required to have unique ID. We'll use the lat/lng and keep track of all unique IDs (ignore duplicate lat/lng)
Implementation
Set<MarkerId> uniqueMarkerIds = {};
markers are required to have unique ID. We'll use the lat/lng and keep track of all unique IDs (ignore duplicate lat/lng)
Set<MarkerId> uniqueMarkerIds = {};