My question is the following: How can I grab 'blocks' in a city for use in a game? (And then display them shaded in a certain color?)
My general idea is to use real blocks of your city in a game, that you can own/sell.
I want to display the areas you own as polygon overlays in google maps.
Are google maps the way forward, or are other APIs like OpenStreetMap, etc, more useful for this?
Any pointers would be appreciated, like general algorithms of what data to grab and how to construct 'blocks' out of it, or API calls that could return a block/house level polygon for me.