JIKKU
JIKKU

Reputation: 597

Partitioning Google Maps according to area

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.? enter image description here

Upvotes: 1

Views: 394

Answers (1)

Tom Bowers
Tom Bowers

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

Related Questions