uniqueMarkerIds property

Set<MarkerId> uniqueMarkerIds
getter/setter pair

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 = {};