digitalmobilemap Apps

Offline Map Singapore (Free) 8.2
Offline Map for android, vector map, totally offline maps, nointernet connection. Key features: Zoom in/Zoom out/Pan. Searchstreet by name and/or intersection with other streets. Search pointby name, type, distance or mix type+name, type+distance. Search GPSlocation by latitude and longitude in decimal format. Partial namesearch. Can touch any object on the map. GPS real-time tracking.Routing point to point. Rotate map so the driving direction(heading) is always up. Voice guidance (turn left/turn right)Screenshots:http://www.digitalmobilemap.com/screenshotsBasic User GuideTouch and drag to move map, pinch to zoom in/out, tap on +button to zoom in, tap on - button to zoom out, tap on an object(street or point) to view its name, double taps on an object(street or point) to open context menu apply to that object.There is an option to load routing nodes into memory. If youselect this option, the application will calculate shortest/fastestroute from point to point very fast.How to use turn by turn navigation:You can use AutoRouting together with GPS tracking to have turn byturn navigation. To use turn by turn navigation, follow thesesteps:1. Increase your phone volume so that you can hear voiceguidance.2. Open Setup menu and check "In Car Navigation WhenTracking/Routing" and "Keep On Road When Tracking" options. Ifthese options have been turn off then turn them on.3. Define start waypoint and target waypoint, select AutoRouting tocalculate fastest/shortest route. After the application starts todemo the route, you can tap anywhere on the map to stop theAutoRouting demostration. The application remembered yourroute.4. Select GPS tracking menu and wait for the phone to fix GPSsignal. It may take a few minutes to fix GPS signal depending onyour phone GPS receiver.5. Mount your phone on the phone handle in your car.6. Drive along the fastest/shortest route, the application willguide you to go straight, turn left or turn right. Follow the turnby turn instructions you will reach the target waypoint.Please use this function turn by turn navigation carefully, alwayslook at the road ahead while you drive instead of looking at thesmall phone screen to have a safe drive.If you want to find pre-generated offline map for other cities,you can search digitalmobilemap in android market(https://market.android.com/search?q=digitalmobilemap.com)If you want to generate offline map by yourself, you can searchfull version offmap.digitalmobilemap in android market(https://market.android.com/search?q=offmap.digitalmobilemap.com)If you have any suggestion to improve the application, pleasecontact us at www.digitalmobilemap.com
Offline Map Denver (Free) 8.2
Are you going to attend State Of The Map 2011,The 5th Annual International OpenStreetMap Conference Denver,Colorado, September 9th – 11th, 2011?If yes, use this free application to find your way to theConference place. To search for the SOTM Conference place, selectSearch from main menu, tap on Search Location tab and key in:Latitude in decimal format39.74566Longitude in decimal format-105.00335Denver Offline Map for android, vector map, totally offlinemaps, no internet connection. Key features: Zoom in/Zoom out/Pan.Search street by name and/or intersection with other streets.Search point by name, type, distance or mix type+name,type+distance. Search GPS location by latitude and longitude indecimal format. Partial name search. Can touch any object on themap. GPS real-time tracking. Routing point to point. Rotate map sothe driving direction (heading) is always up. Voice guidanceScreenshots:http://www.digitalmobilemap.com/screenshotsBasic User GuideTouch and drag to move map, tap on + button to zoom in, tap on -button to zoom out, tap on an object (street or point) to view itsname, double taps on an object (street or point) to open contextmenu apply to that object.There is an option to load routing nodes into memory. If youselect this option, the application will calculate shortest/fastestroute from point to point very fast.How to use turn by turn navigation:You can use AutoRouting together with GPS tracking to have turn byturn navigation. To use turn by turn navigation, follow thesesteps:1. Increase your phone volume so that you can hear voiceguidance.2. Open Setup menu and check "In Car Navigation WhenTracking/Routing" and "Keep On Road When Tracking" options. Ifthese options have been turn off then turn them on.3. Define start waypoint and target waypoint, select AutoRouting tocalculate fastest/shortest route. After the application starts todemo the route, you can tap anywhere on the map to stop theAutoRouting demostration. The application remembered yourroute.4. Select GPS tracking menu and wait for the phone to fix GPSsignal. It may take a few minutes to fix GPS signal depending onyour phone GPS receiver.5. Mount your phone on the phone handle in your car.6. Drive along the fastest/shortest route, the application willguide you to go straight, turn left or turn right. Follow the turnby turn instructions you will reach the target waypoint.Please use this function turn by turn navigation carefully, alwayslook at the road ahead while you drive instead of looking at thesmall phone screen to have a safe drive.If you want to find pre-generated offline map for other cities,you can search digitalmobilemap in android market(https://market.android.com/search?q=digitalmobilemap.com)If you want to generate offline map by yourself, you can searchfull version offmap.digitalmobilemap in android market(https://market.android.com/search?q=offmap.digitalmobilemap.com)If you have any suggestion to improve the application, pleasecontact us at www.digitalmobilemap.comDisclaimer:Map data is from OpenStreetmap (http://www.openstreetmap.org) and contributorsunder a Creative Commons Attribution/Share Alike License (http://creativecommons.org/licenses/by-sa/2.0/).OpenStreetMap is a collaborative, wiki-like mapping project.Because of openly-editable wiki nature of the OpenStreetMap, themap data may be subjected to mapping errors. The application willable to find correct shortest/fastest route most of the times,however we can not guarantee the application is ALWAYS able to findcorrect shortest/fastest route with OpenStreetMap data.
androuting 1.0
This app is to provide A* algorithm sourcecode template for android developer to develop routing for subwaymap/vector street map apps. If you are developer, you can buysource code from www.andgps.com. If you are normal user and lookingfor android GPS navigation, you can search for VGPS Offline Map forAndroid in the Android Market(https://market.android.com/search?q=digitalmobilemap.com)Android GPS Source Code Template Highlights for AndroidDevelopers:* Are you a J2ME developer who wants to switch to develop mobileapplication in android platform?* Are you a graduate or university student who wants to completeyour mobile GPS project for your thesis?* Are you a new android learner and want to learn: how tocustomize android application menu depend on which view is showingon the screen? how to use thread to listen to GPS update in thebackground and refresh the main screen in the foreground? how touse android SQLite database to store application settings? how towrap android SQLite database to use like J2ME record store? how touse double buffer (off-screen buffer) to speed up graphic drawingperformance? how to inflate menus and user interface (UI) views inprogram code at run-time without the need of pre-define menus andviews in android’s resource menu and layout? how to use ant scriptto build, sign and release package? how to use Proguard toobfuscate android source code to protect it from decompiling DEXinto Java sourcecode? how to remove your GPS application completelyfrom memory when user wants to exit so that your GPS applicationwill not run in the background to save the phone battery? (For yourinformation, there is no “closing application” or “exitingapplication” concept in android OS design model. Android OS willtry to keep all running applications in memory as long as possible.It only kills a running application if there is not enoughmemory.)* Are you a professional android developer who is looking forrotating and/or routing algorithms to implement AutoRoutingfunction for your subway map or vector street map application?If you answer Yes to one of these questions above, we havesolution for you. Visit our website http://www.andgps.com to buy the source codetemplate and start to develop GPS application for android.All our source code templates include Proguard and an Ant scriptto build and release package ready for Marketplace deployment inone step. The Ant build.xml script is configured to use buildproperties file, and is integrated with Proguard to obfuscate theandroid release package.
VGPS Offline Map Demo Version 8.2
Offline map, vector map, totally offline,nointernet connection. This is demo version.Checkwww.digitalmobilemap.com for detail.Key features:*Offline map*Map data from Garmin/OpenStreetMap*ZoomIn/ZoomOut/Pan*Search street by name and/or intersection with other streets*Search point by name,type,distance ortype+name,type+distance*Search GPS location by latitude and longitude indecimalformat*Partial name search*Can touch object on map*GPS real-time tracking with built-in compass*Routing point to point*Rotate map*Voice guidanceScreenshots:http://www.digitalmobilemap.com/screenshotsBasic User GuideTouch and drag to move map, pinch to zoom in/out, tap on +buttonto zoom in, tap on - button to zoom out, tap on an object(street orpoint) to view its name, double taps on an object(street or point)to open context menu apply to that object.How to use turn by turn navigation:You can use AutoRouting together with GPS tracking to have turnbyturn navigation. To use turn by turn navigation, followthesesteps:1. Increase your phone volume so that you can hearvoiceguidance.2. Open Setup menu and check "In Car NavigationWhenTracking/Routing" and "Keep On Road When Tracking" options.Ifthese options have been turn off then turn them on.3. Define start waypoint and target waypoint, select AutoRoutingtocalculate fastest/shortest route. After the application startstodemo the route, you can tap anywhere on the map to stoptheAutoRouting demostration. The application rememberedyourroute.4. Select GPS tracking menu and wait for the phone to fixGPSsignal. It may take a few minutes to fix GPS signal dependingonyour phone GPS receiver.5. Mount your phone on the phone handle in your car.6. Drive along the fastest/shortest route, the applicationwillguide you to go straight, turn left or turn right. Follow theturnby turn instructions you will reach the target waypoint.Please use this function turn by turn navigation carefully,alwayslook at the road ahead while you drive instead of looking atthesmall phone screen to have a safe drive.