Home
last modified time | relevance | path

Searched refs:geo (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd61 <td>geo:<em>latitude</em>,<em>longitude</em><br />
62 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
63 geo:0,0?q=<em>my+street+address</em><br />
64 geo:0,0?q=<em>business+near+city</em><br />
68 …(not fully supported) is <a href="http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00">currently…
102 the geo: intent.</td></tr>
Dg-app-intents.jd71 <td>geo:<em>latitude</em>,<em>longitude</em><br />
72 geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em><br />
73 geo:0,0?q=<em>my+street+address</em><br />
74 geo:0,0?q=<em>business+near+city</em><br />
78 …(not fully supported) is <a href="http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00">currently…
111 the geo: intent.</td></tr>
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd85 application to provide the user with an accurate and responsive geo-location experience.</p>
405 data: using Eclipse, DDMS, or the "geo" command in the emulator console.</p>
434 <h3 id="MockGeo">Using the "geo" command in the emulator console</h3>
444 <ul><li><code>geo fix</code> to send a fixed geo-location.
447 <pre>geo fix -121.45356 46.51119 4392</pre>
449 <li><code>geo nmea</code> to send an NMEA 0183 sentence.
453 <pre>geo nmea $GPRMC,081836,A,3751.65,S,14507.36,E,000.0,360.0,130998,011.3,E*62</pre>
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DColladaParser.java360 private void convertGeometries(Element geo) { in convertGeometries() argument
361 String id = geo.getAttribute("id"); in convertGeometries()
362 String name = geo.getAttribute("name"); in convertGeometries()
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
195 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dsending.jd78 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
80 // Uri location = Uri.parse("geo:37.422219,-122.08364?z=14"); // z param is zoom level
194 Uri location = Uri.parse("geo:0,0?q=1600+Amphitheatre+Parkway,+Mountain+View,+California");
/frameworks/base/docs/html/design/wear/
Dcontext.jd37 <p>Displays a notification when one of your geo-tagged pins is within walking distance.</p>
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1426 <dt><code>geo:<em>latitude</em>,<em>longitude</em></code></dt>
1428 <p>Example: <code>"geo:47.6,-122.3"</code>
1430 <dt><code>geo:<em>latitude</em>,<em>longitude</em>?z=<em>zoom</em></code></dt>
1434 <p>Example: <code>"geo:47.6,-122.3?z=11"</code>
1436 <dt><code>geo:0,0?q=lat,lng(label)</code></dt>
1438 <p>Example: <code>"geo:0,0?q=34.99,-106.61(Treasure)"</code>
1440 <dt><code>geo:0,0?q=my+street+address</code></dt>
1442 <p>Example: <code>"geo:0,0?q=1600+Amphitheatre+Parkway%2C+CA"</code></p>
1443 <p class="note"><strong>Note:</strong> All strings passed in the {@code geo} URI must
1472 &lt;data android:scheme="geo" />
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd124 controling zoom, flash, white balance, geo-tagging, focus and exposure. Camcorder also provides
Dandroid-3.0.jd805 href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device Orientation Event</a>
Dandroid-4.0.jd1622 <li><a href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device orientation
/frameworks/base/docs/html/tools/devices/
Demulator.jd47 <li><a href="#geo">Geo Location Provider Emulation</a></li>
1136 <h3 id="geo">Geo Location Provider Emulation</h3>
1139 inside an emulator. Use the <code>geo</code> command to send a simple GPS fix to the
1142 <pre>geo &lt;fix|nmea&gt;</pre>
1144 <p>The <code>geo</code> command supports the subcommands listed in the table below.</p>
1165 <p>You can issue the <code>geo</code> command as soon as an emulator instance is running. The
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd111 Uri geoUri = Uri.parse("geo:0,0?q=" + Uri.encode(location));
/frameworks/base/core/res/assets/webkit/
Dhyph_en_US.dic118 .1geo
1959 1geo
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd304 <li>The telephony, sensor, and geo fix issues in the emulator are now
/frameworks/base/api/
Dcurrent.txt39216 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";
Dsystem-current.txt41588 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";