My question is this: how can I capture “blocks” in a city for use in a game? (And then display them shaded in a specific color?)
My general idea is to use the real blocks of your city in the game, which you can buy / sell.
I want to display the areas you own as polygonal overlays on Google maps.
Are google maps a way forward or other APIs like OpenStreetMap etc. are more useful for this?
Any pointers will be appreciated as general algorithms for what data needs to be captured and how to build “blocks” from it, or API calls that can return a block / home level polygon for me.
rdrey source
share