Several Tiles Display

[email protected] Thu, 29 May 2008 02:02:41 PDT
Newsgroups gmane.comp.java.sun.kvm
Message-ID <21830915.170711212051802332.JavaMail.tomcat@sdcst12.sjc.collab.net>
Hi Everybody,
I am developing a mobil application to display maps, really simple version of google earth, this maps are compound of several tiles which correspond to differents sectors of the map. What is the best way to compound them in a single image on a canvas?. I have thought to display them independetly with diferent anchor points to fit its right possition in the final map but if I want to move on the map I would have to move all of the tiles each time. As another possibility I have thought to create a new larger image from all the tiles, it would be easier to move on the map since I just had to to move one image but what about the penalty of creating the new large image and handle it? Any example of how to compound them?. 
Thanks in advance
[Message sent by forum member 'slowmagic' (slowmagic)]

http://forums.java.net/jive/thread.jspa?messageID=277200

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".