thumpkidd9
Programmer
Hello,
I wanted to try and create a map program and wanted some input about what is a good way of going about it. I want to keep it simple (no zooming or moving) just one static image. I wanted to do something like a grid, that is a person can live in section Col:A Row:10 of the matrix. So my question is should I create a N x N gridLayout and break the image into N squared blocks and place them appropiately.
Thanks,
~mp
I wanted to try and create a map program and wanted some input about what is a good way of going about it. I want to keep it simple (no zooming or moving) just one static image. I wanted to do something like a grid, that is a person can live in section Col:A Row:10 of the matrix. So my question is should I create a N x N gridLayout and break the image into N squared blocks and place them appropiately.
Thanks,
~mp