Reputation: 4558
I am implementing a prototype of an online game, whose map tiles are hexagons. I have the PNG files of tiles (which are rectangles of course), can I allow overlap in Google Map so that the tiles can be placed properly?
Upvotes: 0
Views: 163
Reputation: 14411
This isn't supported by the API.
By that I mean that tiles aren't overlapped. You can however approach the problem from a different angle (1 maps api tile != 1 game tile).
Upvotes: 1