1

Is there a way to do that on google map which I have markers in that map and when I draw a polygon I want to get all markers ids only inside polygon?

James Z
  • 12,209
  • 10
  • 24
  • 44
Emin
  • 23
  • 5

1 Answers1

0

I believe you can iterate through your markers and check which are inside the polygon then store them in an array.

Ryan C
  • 426
  • 2
  • 6