Ziyuan
Ziyuan

Reputation: 4558

Overlapped tiles for custom image map type in Google Maps

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

Answers (1)

Chad Killingsworth
Chad Killingsworth

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

Related Questions