As I am hacking away at the Wer U At I have noticed that the Google Maps online API is much stronger than the Android version. As I have posted earlier the Android platform make Java much nicer. It is just that Java is still Java. So I need to compensate for the fact that Android does not support a true "point" on the map overlay. Even though this really just means I need to keep track of each image area over the map. Thus when a user clicks on an icon I can then pop up some information about the point.
In Python I could write it faster than I can write this blog entry. In Java well got to create a new file, look up API to figure out the best storage type, create some methods, get it to compile just so that I can add on click listeners to the icons I am overlaying on the map. And I really hope this actually works that I can use the onTap() method......
0 comments:
Post a Comment