How to zoom in google map (J2ME)
- by Nivek
Hi all,
I am trying to develop a J2ME application that could retrieve the google map by passing in the GPS coordinates.
From http://wiki.forum.nokia.com/index.php/Google_Maps_API_in_Java_ME, it provides the Utility method for map scrolling. Basically it states that i need to include MicroFloat library in my project.
Here's what i did (Not…