am af87e19b: Merge "update intent examples for maps bug: 12661490 bug: 12957723" into klp-docs

* commit 'af87e19bdbf6b16240dcdbfd31fe4f33eca4e51d':
  update intent examples for maps bug: 12661490 bug: 12957723
This commit is contained in:
Scott Main
2014-02-20 02:17:20 +00:00
committed by Android Git Automerger

View File

@@ -880,13 +880,17 @@ the location information in the intent data with one of the schemes defined belo
(closest) zoom level is 23.
<p>Example: <code>"geo:47.6,-122.3?z=11"</code>
</dd>
<dt><code>geo:0,0?q=lat,lng(label)</code></dt>
<dd>Show the map at the given longitude and latitude with a string label.
<p>Example: <code>"geo:0,0?q=34.99,-106.61(Treasure)"</code>
</dd>
<dt><code>geo:0,0?q=lat,lng(label)</code></dt>
<dd>Show the map at the given longitude and latitude with a string label.
<p>Example: <code>"geo:0,0?q=34.99,-106.61(Treasure)"</code>
</dd>
<dt><code>geo:0,0?q=my+street+address</code></dt>
<dd>Show the location for "my street address" (may be a specific address or location query).
<p>Example: <code>"geo:0,0?q=1600+amphitheatre+parkway+ca"</code>
<p>Example: <code>"geo:0,0?q=1600+Amphitheatre+Parkway%2C+CA"</code></p>
<p class="note"><strong>Note:</strong> All strings passed in the {@code geo} URI must
be encoded. For example, the string {@code 1st & Pike, Seattle} should become
{@code 1st%20%26%20Pike%2C%20Seattle}. Spaces in the string can be encoded with
{@code %20} or replaced with the plus sign ({@code +}).</p>
</dd>
</dl>
</dd>