Reputation: 597
I have a Google map developed from Google map API.I have 12 areas in DB (eg: 1, 2…).I want to partition map with this Areas. Is it possible.?
Upvotes: 1
Views: 394
Reputation: 5140
If you have the coordinates of the intersecting points, you can draw polylines on the map.
https://developers.google.com/maps/documentation/javascript/examples/polyline-simple
Upvotes: 2