datastore property
The marker datastore containing the markers to be displayed.
The overlay will query this datastore for markers within the visible area and render them on the map. The datastore should implement efficient filtering based on zoom level and bounding box.
Implementation
final MarkerDatastore datastore;