Description: Detailed- [in the map shows the path between the two source]
In Android 0.9 and before the SDK, there has been a com.google.googlenav package, can be used to implement a Google map, and many related complex functions. For example, I want to talk today about explicit between two path etc.. But 1.0 SDK began this package is removed, which makes many of the early Android program can compile and run, related to the function of it can not realize the Google early commitment to open source Android, in open source on the eve of removing some of the more advanced API is to understand, not to mention that he provides great intent mechanism that we call the built-in Google maps.
To Search:
File list (Check if you may need any files):
RouteSample
...........\.classpath
...........\.project
...........\AndroidManifest.xml
...........\assets
...........\bin
...........\...\classes.dex
...........\...\com
...........\...\...\demo
...........\...\...\....\routesample
...........\...\...\....\...........\R$attr.class
...........\...\...\....\...........\R$drawable.class
...........\...\...\....\...........\R$id.class
...........\...\...\....\...........\R$layout.class
...........\...\...\....\...........\R$string.class
...........\...\...\....\...........\R.class
...........\...\...\....\...........\RouteSample$1.class
...........\...\...\....\...........\RouteSample.class
...........\...\resources.ap_
...........\...\RouteSample.apk
...........\res
...........\...\drawable
...........\...\........\icon.png
...........\...\layout
...........\...\......\main.xml
...........\...\values
...........\...\......\strings.xml
...........\src
...........\...\com
...........\...\...\demo
...........\...\...\....\routesample
...........\...\...\....\...........\R.java
...........\...\...\....\...........\RouteSample.java
...........\说明.htm