I have divided the display of my google map into part numbers. Now I want to find out if any markers inside / any cell are marked as particles.
Any help?
Further explanation:
I have a map border on
map.getBounds();
and then further divide it by the number of substrates.
I also put markers as
map.addOverlay(markerObject);
Now I want to find out if from the cells (which I got by dividing the map by borders) it contains any markers or not.
I divided all map borders into subgraph numbers
source
share