diff options
author | Scott Main <smain@google.com> | 2010-08-17 20:29:03 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-08-20 14:21:26 -0700 |
commit | fa4596ec8028fa33d86d8e1d3bfa34bc736a8bb7 (patch) | |
tree | d6f5b0fad19d1e51d8d0385e7e3a467f21700d04 /docs/html/guide/guide_toc.cs | |
parent | 11a72482a0cdc45ceaf4ca83957e682381455aee (diff) |
docs: add dev guide for getting user location
Change-Id: I63558c0304a632ccfbb7a80411ab23ad2c82b5c9
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index d0318cfba096..35ce17e26eae 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -220,9 +220,16 @@ <li><a style="color:gray;">Accelerometer</a></li> </ul> </li> --> - <li><a href="<?cs var:toroot ?>guide/topics/location/index.html"> - <span class="en">Location and Maps</span> - </a></li> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>guide/topics/location/index.html"> + <span class="en">Location and Maps</span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/topics/location/obtaining-user-location.html"> + <span class="en">Obtaining User Location</span> + </a> <span class="new">new!</span></li> + </ul> + </li> <!--<li class="toggle-list"> <div><a style="color:gray;">Wireless Controls</a></div> <ul> |