![]() |
GpsMid |
|
|
This is a Midlet for use on any J2ME enabled device, primarly for mobile. It displays a simple
map, with the actual position at the center.
The map data is from OpenStreetMap, a wiki based opensource map. Yes the world is not realy complete yet, but in some of the larger cities and the USA coverage can be quite usable. Furthermore, as a wiki, you are always able and invited to help improve it. Look at Getting Involved with OpenStreetMap Actual supported features:
Features in development
Limitations
InstallationPre-created bundles are currently only provided for a few demonstration areas due to space restrictions. You can however create a bundle for your custom region easily by yourself. Look at Osm2GpsMid to find out how to create such a bundle. Each jar-file is a bundle of the application itself and some map data. Simply copy the Midlet (.jar and .jad file) to the correct directory on your device (in my case /mobile/kjava/). Choose install new, and select the jar file. |
NEWS:
|
UsageAfter start, accept the splash screen content. If you have a GPS receiver or a location aware phone, select setup to configure the device, choose Location Receiver, select discover and finaly select the correct BT GPS-device. Or you can use the build in Location-Provider-API (JSR179), if this is implemented at your device. Go back to the main menu and select Map. After a few moments you should see a map with your actual position in the center.Keys
Search locationIf you are at the search screen, the first result will presented after 2 chars. To find names press only once the button with the letter on it. For example if you want to search forotto* press 6886.If you see
only numbers, the names are not resolved jet. Wait a bit and press the right arrow and the names
should be desplayed. Use the up and down arrow to select an entry and press the fire button to
jump to this location on the map screen.
Search for closeby points of interestIf you are in the search screen, select nearest POI from the menu. In the new dialog select which point of interest you are looking for and specify a maximum distance. After hitting OK, you should see a list of points of interest ordered by distance from the positon of the cursor in the map.RoutingSelect your destination as the target either my searching, or my navigating the the road and select "As target" from the menu. Once you have selected the destination, go back to your start position, e.g. by hitting 5 if you have a GPS enabled. The route will be calculated from the current cursor position to the target once you hit "Route" in the menu. |
For security reasons, don't handle this software while driving.
For running on the Sun emulator (WTK25), select the .jad file to run. You can also create your own bundle with your preferred location. See Osm2GpsMid.