/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 61 <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>
|
D | g-app-intents.jd | 71 <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/ |
D | sending.jd | 78 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/ |
D | sending.jd | 78 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/ |
D | sending.jd | 78 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/ |
D | sending.jd | 78 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/ |
D | sending.jd | 78 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/ |
D | strategies.jd | 85 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/ |
D | ColladaParser.java | 360 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/ |
D | sending.jd | 78 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/ |
D | sending.jd | 78 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/ |
D | context.jd | 37 <p>Displays a notification when one of your geo-tagged pins is within walking distance.</p>
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1426 <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 <data android:scheme="geo" />
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 124 controling zoom, flash, white balance, geo-tagging, focus and exposure. Camcorder also provides
|
D | android-3.0.jd | 805 href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device Orientation Event</a>
|
D | android-4.0.jd | 1622 <li><a href="http://dev.w3.org/geo/api/spec-source-orientation.html">Device orientation
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 47 <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 <fix|nmea></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/ |
D | creating.jd | 111 Uri geoUri = Uri.parse("geo:0,0?q=" + Uri.encode(location));
|
/frameworks/base/core/res/assets/webkit/ |
D | hyph_en_US.dic | 118 .1geo 1959 1geo
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 304 <li>The telephony, sensor, and geo fix issues in the emulator are now
|
/frameworks/base/api/ |
D | current.txt | 39216 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";
|
D | system-current.txt | 41588 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";
|