diff options
author | kmccormick <kmccormick@google.com> | 2013-04-03 14:26:18 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-04-03 14:30:31 -0700 |
commit | d056e62b19c2fdc06ec7264c6ce2c3e5d36f2881 (patch) | |
tree | c07bf5e878fdb3da44292c3b7f530c3f582ff7e9 | |
parent | 2ab257231fe774748298ab92f78564a5e19f23f0 (diff) | |
download | frameworks_base-d056e62b19c2fdc06ec7264c6ce2c3e5d36f2881.zip frameworks_base-d056e62b19c2fdc06ec7264c6ce2c3e5d36f2881.tar.gz frameworks_base-d056e62b19c2fdc06ec7264c6ce2c3e5d36f2881.tar.bz2 |
Doc update: add links to maps docs
"Bug: 8090710"
Change-Id: I76b0a099dc41fca09300ea6530ea1bcc5f553da4
-rw-r--r-- | docs/html/guide/topics/location/index.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/guide/topics/location/index.jd b/docs/html/guide/topics/location/index.jd index 3217196..c4e8829 100644 --- a/docs/html/guide/topics/location/index.jd +++ b/docs/html/guide/topics/location/index.jd @@ -59,7 +59,9 @@ href="{@docRoot}guide/topics/location/strategies.html">Location Strategies</a> g <h2 id="maps">Google Maps Android API</h2> -<p>With the Google Maps Android API, you can add maps to your app that are based on Google +<p>With the +<a href="http://developers.google.com/maps/documentation/android/">Google Maps Android API</a>, +you can add maps to your app that are based on Google Maps data. The API automatically handles access to Google Maps servers, data downloading, map display, and touch gestures on the map. You can also use API calls to add markers, polygons and overlays, and to change the user's view of a particular map area.</p> @@ -85,6 +87,6 @@ with the Google Play Store running Android 2.2 or higher, through <p>To integrate Google Maps into your app, you need to install the Google Play services libraries for your Android SDK. For more details, read about <a -href="{@docRoot}google/play-services/index.html">Google Play services</a>.</p> +href="{@docRoot}google/play-services/maps.html">Google Play services</a>.</p> |