blob: fa98dbc7c8710b432cf49bedf2bf68b7ef510955 [file] [log] [blame]
Robert Ly3c4b4f72012-11-30 04:02:04 -08001<!DOCTYPE html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76<html>
77<head>
78<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
79
80<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
81<title>R.styleable | Android Developers</title>
82
83<!-- STYLESHEETS -->
84<link rel="stylesheet"
85href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
86<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
87
88
89
90<!-- JAVASCRIPT -->
91<script src="http://www.google.com/jsapi" type="text/javascript"></script>
92<script src="/assets/js/global-libraries-combined.js" type="text/javascript"></script>
93<script type="text/javascript">
94 var toRoot = "/";
95</script>
96<script src="/assets/js/docs.js" type="text/javascript"></script>
97
98<script src="/gms_navtree_data.js" type="text/javascript"></script>
99<script src="/gcm_navtree_data.js" type="text/javascript"></script>
100
101</head>
Robert Ly555c93b2012-12-03 12:24:07 -0800102<body class="gc-documentation google
Robert Ly3c4b4f72012-11-30 04:02:04 -0800103 develop" itemscope itemtype="http://schema.org/Article">
104 <div id="doc-api-level" class="" style="display:none"></div>
105 <a name="top"></a>
106
107 <!-- Header -->
108 <div id="header">
109 <div class="wrap" id="header-wrap">
110 <div class="col-3 logo">
111 <a href="/index.html">
112 <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
113 </a>
114 <div class="btn-quicknav" id="btn-quicknav">
115 <a href="#" class="arrow-inactive">Quicknav</a>
116 <a href="#" class="arrow-active">Quicknav</a>
117 </div>
118 </div>
119 <ul class="nav-x col-9">
120 <li class="design">
121 <a href="/design/index.html"
122 zh-TW-lang="設計"
123 zh-CN-lang="设计"
124 ru-lang="Проектирование"
125 ko-lang="디자인"
126 ja-lang="設計"
127 es-lang="Diseñar"
128 >Design</a></li>
129 <li class="develop"><a href="/develop/index.html" class="selected"
130 zh-TW-lang="開發"
131 zh-CN-lang="开发"
132 ru-lang="Разработка"
133 ko-lang="개발"
134 ja-lang="開発"
135 es-lang="Desarrollar"
136 >Develop</a></li>
137 <li class="distribute last"><a href="/distribute/index.html"
138 zh-TW-lang="發佈"
139 zh-CN-lang="分发"
140 ru-lang="Распространение"
141 ko-lang="배포"
142 ja-lang="配布"
143 es-lang="Distribuir"
144 >Distribute</a></li>
145 </ul>
146
147 <!-- New Search -->
148 <div class="menu-container">
149 <div class="moremenu">
150 <div id="more-btn"></div>
151 </div>
152 <div class="morehover" id="moremenu">
153 <div class="top"></div>
154 <div class="mid">
155 <div class="header">Links</div>
156 <ul>
157 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
158 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
159 <li><a href="/about/index.html">About Android</a></li>
160 </ul>
161 <div class="header">Android Sites</div>
162 <ul>
163 <li><a href="http://www.android.com">Android.com</a></li>
164 <li class="active"><a>Android Developers</a></li>
165 <li><a href="http://source.android.com">Android Open Source Project</a></li>
166 </ul>
167 <!-- <div class="header">Support</div>
168 <ul>
169 <li><a href="/support.html">Developer Support</a></li>
170 </ul> -->
171 <div class="header">Languages</div>
172 <div id="language" class="locales">
173 <select name="language" onChange="changeLangPref(this.value, true)">
174 <option value="en">English</option>
175 <option value="es">Español</option>
176 <option value="ja">日本語</option>
177 <option value="ko">한국어</option>
178 <option value="ru">Русский</option>
179 <option value="zh-CN">中文 (中国)</option>
180 <option value="zh-TW">中文 (台灣)</option>
181 </select>
182 </div>
183 <script type="text/javascript">
184 <!--
185 loadLangPref();
186 //-->
187 </script>
188 <br class="clearfix" />
189 </div>
190 <div class="bottom"></div>
191 </div>
192 <div class="search" id="search-container">
193 <div class="search-inner">
194 <div id="search-btn"></div>
195 <div class="left"></div>
196 <form onsubmit="return submit_search()">
197 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
198onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
199onkeydown="return search_changed(event, true, '/')"
200onkeyup="return search_changed(event, false, '/')" />
201 </form>
202 <div class="right"></div>
203 <a class="close hide">close</a>
204 <div class="left"></div>
205 <div class="right"></div>
206 </div>
207 </div>
208 <div id="search_filtered_wrapper">
209 <div id="search_filtered_div" class="no-display">
210 <ul id="search_filtered">
211 </ul>
212 </div>
213 </div>
214
215 </div>
216 <!-- /New Search>
217
218
219 <!-- Expanded quicknav -->
220 <div id="quicknav" class="col-9">
221 <ul>
222 <li class="design">
223 <ul>
224 <li><a href="/design/index.html">Get Started</a></li>
225 <li><a href="/design/style/index.html">Style</a></li>
226 <li><a href="/design/patterns/index.html">Patterns</a></li>
227 <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
228 <li><a href="/design/downloads/index.html">Downloads</a></li>
229 <li><a href="/design/videos/index.html">Videos</a></li>
230 </ul>
231 </li>
232 <li class="develop">
233 <ul>
234 <li><a href="/training/index.html"
235 zh-TW-lang="訓練課程"
236 zh-CN-lang="培训"
237 ru-lang="Курсы"
238 ko-lang="교육"
239 ja-lang="トレーニング"
240 es-lang="Capacitación"
241 >Training</a></li>
242 <li><a href="/guide/components/index.html"
243 zh-TW-lang="API 指南"
244 zh-CN-lang="API 指南"
245 ru-lang="Руководства по API"
246 ko-lang="API 가이드"
247 ja-lang="API ガイド"
248 es-lang="Guías de la API"
249 >API Guides</a></li>
250 <li><a href="/reference/packages.html"
251 zh-TW-lang="參考資源"
252 zh-CN-lang="参考"
253 ru-lang="Справочник"
254 ko-lang="참조문서"
255 ja-lang="リファレンス"
256 es-lang="Referencia"
257 >Reference</a></li>
258 <li><a href="/tools/index.html"
259 zh-TW-lang="相關工具"
260 zh-CN-lang="工具"
261 ru-lang="Инструменты"
262 ko-lang="도구"
263 ja-lang="ツール"
264 es-lang="Herramientas"
265 >Tools</a>
266 <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
267 </li>
268 <li><a href="/google/index.html">Google Services</a>
269 </li>
270 </ul>
271 </li>
272 <li class="distribute last">
273 <ul>
274 <li><a href="/distribute/index.html">Google Play</a></li>
275 <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
276 <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
277 <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
278 <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
279 <li><a href="/distribute/open.html">Open Distribution</a></li>
280 </ul>
281 </li>
282 </ul>
283 </div>
284 <!-- /Expanded quicknav -->
285 </div>
286 </div>
287 <!-- /Header -->
288
289
290 <div id="searchResults" class="wrap" style="display:none;">
291 <h2 id="searchTitle">Results</h2>
292 <div id="leftSearchControl" class="search-control">Loading...</div>
293 </div>
294
295
296
297
298 <!-- Secondary x-nav -->
299 <div id="nav-x">
300 <div class="wrap">
301 <ul class="nav-x col-9 develop" style="width:100%">
302 <li><a href="/training/index.html"
303 zh-TW-lang="訓練課程"
304 zh-CN-lang="培训"
305 ru-lang="Курсы"
306 ko-lang="교육"
307 ja-lang="トレーニング"
308 es-lang="Capacitación"
309 >Training</a></li>
310 <li><a href="/guide/components/index.html"
311 zh-TW-lang="API 指南"
312 zh-CN-lang="API 指南"
313 ru-lang="Руководства по API"
314 ko-lang="API 가이드"
315 ja-lang="API ガイド"
316 es-lang="Guías de la API"
317 >API Guides</a></li>
318 <li><a href="/reference/packages.html"
319 zh-TW-lang="參考資源"
320 zh-CN-lang="参考"
321 ru-lang="Справочник"
322 ko-lang="참조문서"
323 ja-lang="リファレンス"
324 es-lang="Referencia"
325 >Reference</a></li>
326 <li><a href="/tools/index.html"
327 zh-TW-lang="相關工具"
328 zh-CN-lang="工具"
329 ru-lang="Инструменты"
330 ko-lang="도구"
331 ja-lang="ツール"
332 es-lang="Herramientas"
333 >Tools</a></li>
334 <li><a href="/google/index.html" class="selected"
335 >Google Services</a>
336 </li>
337 </ul>
338 </div>
339
340 </div>
341 <!-- /Sendondary x-nav -->
342
343
344
345
346
347 <div class="wrap clearfix" id="body-content">
348 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
349 <div id="devdoc-nav" class="scroll-pane">
350<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
351
352
353
354<ul id="nav">
355 <li class="nav-section">
356 <div class="nav-section-header empty"><a href="/google/index.html">
357 <span class="en">Overview</span>
358 </a></div>
359 </li>
360
361 <li class="nav-section">
362 <div class="nav-section-header"><a href="/google/play-services/index.html">
363 <span class="en">Google Play services</span></a>
364 </div>
365 <ul>
366 <li><a href="/google/play-services/setup.html">
367 <span class="en">Setup</span></a>
368 </li>
369
370 <li><a href="/google/play-services/auth.html">
371 <span class="en">Authentication</span></a>
372 </li>
373
374 <li><a href="/google/play-services/plus.html">
375 <span class="en">Google+</span></a>
376 </li>
377
378 <li><a href="/google/play-services/maps.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800379 <span class="en">Google Maps</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800380 </li>
381
382 <li id="gms-tree-list" class="nav-section">
383 <div class="nav-section-header">
384 <a href="/reference/gms-packages.html">
385 <span class="en">Reference</span>
386 </a>
387 <div>
388 </li>
389
390 </ul>
391 </li>
392
393 <li class="nav-section">
394 <div class="nav-section-header"><a href="/google/play/billing/index.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800395 <span class="en">Google Play In-app Billing</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800396 </div>
397 <ul>
398 <li><a href="/google/play/billing/billing_overview.html">
399 <span class="en">In-app Billing Overview</span></a>
400 </li>
401 <li><a href="/google/play/billing/billing_integrate.html">
402 <span class="en">Implementing In-app Billing</span></a>
403 </li>
404 <li><a href="/google/play/billing/billing_subscriptions.html">
405 <span class="en">Subscriptions</span></a>
406 </li>
407 <li><a href="/google/play/billing/billing_best_practices.html">
408 <span class="en">Security and Design</span></a>
409 </li>
410 <li><a href="/google/play/billing/billing_testing.html">
Robert Ly555c93b2012-12-03 12:24:07 -0800411 <span class="en">Testing In-app Billing</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800412 </li>
413 <li><a href="/google/play/billing/billing_admin.html">
414 <span class="en">Administering In-app Billing</span></a>
415 </li>
416 <li><a href="/google/play/billing/billing_reference.html">
Robert Ly555c93b2012-12-03 12:24:07 -0800417 <span class="en">Reference</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800418 </li>
419 </ul>
420 </li>
421
422 <li class="nav-section">
423 <div class="nav-section-header"><a href="/google/play/dist.html">
Robert Ly672b3ad2012-11-30 16:15:46 -0800424 <span class="en">Google Play Distribution</span></a>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800425 </div>
426 <ul>
427 <li><a href="/google/play/filters.html">
428 <span class="en">Filters on Google Play</span></a>
429 </li>
430
431 <li><a href="/google/play/publishing/multiple-apks.html">
432 <span class="en">Multiple APK Support</span></a>
433 </li>
434
435 <li><a href="/google/play/expansion-files.html">
436 <span class="en">APK Expansion Files</span></a>
437 </li>
438
439 <li class="nav-section">
440 <div class="nav-section-header"><a href="/google/play/licensing/index.html">
441 <span class="en">Application Licensing</span></a>
442 </div>
443 <ul>
444 <li><a href="/google/play/licensing/overview.html">
445 <span class="en">Licensing Overview</span></a>
446 </li>
447 <li><a href="/google/play/licensing/setting-up.html">
448 <span class="en">Setting Up for Licensing</span></a>
449 </li>
450 <li><a href="/google/play/licensing/adding-licensing.html">
451 <span class="en">Adding Licensing to Your App</span></a>
452 </li>
453 <li><a href="/google/play/licensing/licensing-reference.html">
454 <span class="en">Licensing Reference</span></a>
455 </li>
456 </ul>
457 </li>
458 </ul>
459
460
461 <li class="nav-section">
462 <div class="nav-section-header"><a href="/google/gcm/index.html">
463 <span class="en">Google Cloud Messaging</span></a>
464 </div>
465 <ul>
466 <li><a href="/google/gcm/gs.html">
467 <span class="en">Getting Started</span></a>
468 </li>
469 <li><a href="/google/gcm/gcm.html">
470 <span class="en">Architectural Overview</span></a>
471 </li>
472 <li><a href="/google/gcm/demo.html">
473 <span class="en">Demo App Tutorial</span></a>
474 </li>
475 <li><a href="/google/gcm/adv.html">
476 <span class="en">Advanced Topics</span></a>
477 </li>
478 <li><a href="/google/gcm/c2dm.html">
479 <span class="en">Migration</span></a>
480 </li>
481 <li id="gcm-tree-list" class="nav-section">
482 <div class="nav-section-header">
483 <a href="/reference/gcm-packages.html">
484 <span class="en">Reference</span>
485 </a>
486 <div>
487 </li>
488
489 </ul>
490 </li>
491</ul>
492
493<script type="text/javascript">
494<!--
495 buildToggleLists();
496 changeNavLang(getLangPref());
497//-->
498</script>
499
500
501
502
503 </div>
504 <script type="text/javascript">
505 showGoogleRefTree();
506
507 </script>
508 </div> <!-- end side-nav -->
509 <script>
510 $(document).ready(function() {
511 scrollIntoView("devdoc-nav");
512 });
513 </script>
514
515
516
517 <script>
518 $(document).ready(function() {
519 changeDocLang(getLangPref());
520 });
521 </script>
522
523
524
525<div class="col-12" id="doc-col">
526
527<div id="api-info-block">
528
529
530
531
532
533
534
535
536
537
538
539<div class="sum-details-links">
540
541Summary:
542
543
544
545
546
547 <a href="#constants">Constants</a>
548
549
550
551
552 &#124; <a href="#lfields">Fields</a>
553
554
555
556
557 &#124; <a href="#pubctors">Ctors</a>
558
559
560
561
562
563
564 &#124; <a href="#inhmethods">Inherited Methods</a>
565
566&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
567
568</div><!-- end sum-details-links -->
569<div class="api-level">
570
571
572
573
574</div>
575</div><!-- end api-info-block -->
576
577
578<!-- ======== START OF CLASS DATA ======== -->
579
580<div id="jd-header">
581 public
582 static
583 final
584
585 class
586<h1 itemprop="name">R.styleable</h1>
587
588
589
590
Robert Ly672b3ad2012-11-30 16:15:46 -0800591 extends Object<br/>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800592
593
594
595
596
597
598
599
600
601</div><!-- end header -->
602
603<div id="naMessage"></div>
604
605<div id="jd-content" class="api apilevel-">
606<table class="jd-inheritance-table">
607
608
609 <tr>
610
Robert Ly672b3ad2012-11-30 16:15:46 -0800611 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800612 </tr>
613
614
615 <tr>
616
617 <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
618
619 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.R.styleable</td>
620 </tr>
621
622
623</table>
624
625
626
627
628
629
630
631<div class="jd-descr">
632
633
634
635
636
637
638</div><!-- jd-descr -->
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655<div class="jd-descr">
656
657
658<h2>Summary</h2>
659
660
661
662
663
664
665
666
667
668
669
670
671
672<!-- =========== ENUM CONSTANT SUMMARY =========== -->
673<table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
674
675
676
677 <tr class="alt-color api apilevel-" >
678 <td class="jd-typecol">int</td>
679 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></td>
680 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
681 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
682 </tr>
683
684
685 <tr class=" api apilevel-" >
686 <td class="jd-typecol">int</td>
687 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></td>
688 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
689 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
690 </tr>
691
692
693 <tr class="alt-color api apilevel-" >
694 <td class="jd-typecol">int</td>
695 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></td>
696 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
697 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
698 </tr>
699
700
701 <tr class=" api apilevel-" >
702 <td class="jd-typecol">int</td>
703 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></td>
704 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
705 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
706 </tr>
707
708
709 <tr class="alt-color api apilevel-" >
710 <td class="jd-typecol">int</td>
711 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></td>
712 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
713 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
714 </tr>
715
716
717 <tr class=" api apilevel-" >
718 <td class="jd-typecol">int</td>
719 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></td>
720 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
721 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
722 </tr>
723
724
725 <tr class="alt-color api apilevel-" >
726 <td class="jd-typecol">int</td>
727 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></td>
728 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
729 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
730 </tr>
731
732
733 <tr class=" api apilevel-" >
734 <td class="jd-typecol">int</td>
735 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></td>
736 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
737 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
738 </tr>
739
740
741 <tr class="alt-color api apilevel-" >
742 <td class="jd-typecol">int</td>
743 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></td>
744 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
745 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
746 </tr>
747
748
749 <tr class=" api apilevel-" >
750 <td class="jd-typecol">int</td>
751 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></td>
752 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
753 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
754 </tr>
755
756
757 <tr class="alt-color api apilevel-" >
758 <td class="jd-typecol">int</td>
759 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></td>
760 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
761 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
762 </tr>
763
764
765 <tr class=" api apilevel-" >
766 <td class="jd-typecol">int</td>
767 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></td>
768 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
769 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
770 </tr>
771
772
773 <tr class="alt-color api apilevel-" >
774 <td class="jd-typecol">int</td>
775 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></td>
776 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
777 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
778 </tr>
779
780
781 <tr class=" api apilevel-" >
782 <td class="jd-typecol">int</td>
783 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></td>
784 <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
785 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
786 </tr>
787
788
789
790</table>
791
792
793
794
795
796
797
798<!-- =========== FIELD SUMMARY =========== -->
799<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
800
801
802
803 <tr class="alt-color api apilevel-" >
804 <td class="jd-typecol"><nobr>
805 public
806 static
807 final
808 int[]</nobr></td>
809 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></td>
810 <td class="jd-descrcol" width="100%">Attributes that can be used with a MapAttrs.</td>
811 </tr>
812
813
814
815</table>
816
817
818
819
820
821
822
823<!-- ======== CONSTRUCTOR SUMMARY ======== -->
824<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
825
826
827
828
829 <tr class="alt-color api apilevel-" >
830 <td class="jd-typecol"><nobr>
831
832
833
834
835
836 </nobr>
837 </td>
838 <td class="jd-linkcol" width="100%"><nobr>
839 <span class="sympad"><a href="/reference/com/google/android/gms/R.styleable.html#R.styleable()">R.styleable</a></span>()</nobr>
840
841 </td></tr>
842
843
844
845</table>
846
847
848
849
850
851
852
853
854
855
856
857<!-- ========== METHOD SUMMARY =========== -->
858<table id="inhmethods" class="jd-sumtable"><tr><th>
859 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
860 <div style="clear:left;">Inherited Methods</div></th></tr>
861
862
863<tr class="api apilevel-" >
864<td colspan="12">
865 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
866 ><img id="inherited-methods-java.lang.Object-trigger"
867 src="/assets/images/triangle-closed.png"
868 class="jd-expando-trigger-img" /></a>
869From class
870
Robert Ly672b3ad2012-11-30 16:15:46 -0800871 java.lang.Object
Robert Ly3c4b4f72012-11-30 04:02:04 -0800872
873<div id="inherited-methods-java.lang.Object">
874 <div id="inherited-methods-java.lang.Object-list"
875 class="jd-inheritedlinks">
876 </div>
877 <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
878 <table class="jd-sumtable-expando">
879
880
881
882
883 <tr class="alt-color api apilevel-" >
884 <td class="jd-typecol"><nobr>
885
886
887
888
889
Robert Ly672b3ad2012-11-30 16:15:46 -0800890 Object</nobr>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800891 </td>
892 <td class="jd-linkcol" width="100%"><nobr>
893 <span class="sympad">clone</span>()</nobr>
894
895 </td></tr>
896
897
898
899 <tr class=" api apilevel-" >
900 <td class="jd-typecol"><nobr>
901
902
903
904
905
906 boolean</nobr>
907 </td>
908 <td class="jd-linkcol" width="100%"><nobr>
Robert Ly672b3ad2012-11-30 16:15:46 -0800909 <span class="sympad">equals</span>(Object arg0)</nobr>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800910
911 </td></tr>
912
913
914
915 <tr class="alt-color api apilevel-" >
916 <td class="jd-typecol"><nobr>
917
918
919
920
921
922 void</nobr>
923 </td>
924 <td class="jd-linkcol" width="100%"><nobr>
925 <span class="sympad">finalize</span>()</nobr>
926
927 </td></tr>
928
929
930
931 <tr class=" api apilevel-" >
932 <td class="jd-typecol"><nobr>
933
934
935 final
936
937
Robert Ly672b3ad2012-11-30 16:15:46 -0800938 Class&lt;?&gt;</nobr>
Robert Ly3c4b4f72012-11-30 04:02:04 -0800939 </td>
940 <td class="jd-linkcol" width="100%"><nobr>
941 <span class="sympad">getClass</span>()</nobr>
942
943 </td></tr>
944
945
946
947 <tr class="alt-color api apilevel-" >
948 <td class="jd-typecol"><nobr>
949
950
951
952
953
954 int</nobr>
955 </td>
956 <td class="jd-linkcol" width="100%"><nobr>
957 <span class="sympad">hashCode</span>()</nobr>
958
959 </td></tr>
960
961
962
963 <tr class=" api apilevel-" >
964 <td class="jd-typecol"><nobr>
965
966
967 final
968
969
970 void</nobr>
971 </td>
972 <td class="jd-linkcol" width="100%"><nobr>
973 <span class="sympad">notify</span>()</nobr>
974
975 </td></tr>
976
977
978
979 <tr class="alt-color api apilevel-" >
980 <td class="jd-typecol"><nobr>
981
982
983 final
984
985
986 void</nobr>
987 </td>
988 <td class="jd-linkcol" width="100%"><nobr>
989 <span class="sympad">notifyAll</span>()</nobr>
990
991 </td></tr>
992
993
994
995 <tr class=" api apilevel-" >
996 <td class="jd-typecol"><nobr>
997
998
999
1000
1001
Robert Ly672b3ad2012-11-30 16:15:46 -08001002 String</nobr>
Robert Ly3c4b4f72012-11-30 04:02:04 -08001003 </td>
1004 <td class="jd-linkcol" width="100%"><nobr>
1005 <span class="sympad">toString</span>()</nobr>
1006
1007 </td></tr>
1008
1009
1010
1011 <tr class="alt-color api apilevel-" >
1012 <td class="jd-typecol"><nobr>
1013
1014
1015 final
1016
1017
1018 void</nobr>
1019 </td>
1020 <td class="jd-linkcol" width="100%"><nobr>
1021 <span class="sympad">wait</span>()</nobr>
1022
1023 </td></tr>
1024
1025
1026
1027 <tr class=" api apilevel-" >
1028 <td class="jd-typecol"><nobr>
1029
1030
1031 final
1032
1033
1034 void</nobr>
1035 </td>
1036 <td class="jd-linkcol" width="100%"><nobr>
1037 <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1038
1039 </td></tr>
1040
1041
1042
1043 <tr class="alt-color api apilevel-" >
1044 <td class="jd-typecol"><nobr>
1045
1046
1047 final
1048
1049
1050 void</nobr>
1051 </td>
1052 <td class="jd-linkcol" width="100%"><nobr>
1053 <span class="sympad">wait</span>(long arg0)</nobr>
1054
1055 </td></tr>
1056
1057
1058</table>
1059 </div>
1060</div>
1061</td></tr>
1062
1063
1064</table>
1065
1066
1067</div><!-- jd-descr (summary) -->
1068
1069<!-- Details -->
1070
1071
1072
1073
1074
1075
1076
1077
1078<!-- XML Attributes -->
1079
1080
1081<!-- Enum Values -->
1082
1083
1084<!-- Constants -->
1085
1086
1087<!-- ========= ENUM CONSTANTS DETAIL ======== -->
1088<h2>Constants</h2>
1089
1090
1091
1092
1093<A NAME="MapAttrs_cameraBearing"></A>
1094
1095<div class="jd-details api apilevel-">
1096 <h4 class="jd-details-title">
1097 <span class="normal">
1098 public
1099 static
1100 final
1101 int
1102 </span>
1103 MapAttrs_cameraBearing
1104 </h4>
1105 <div class="api-level">
1106
1107
1108
1109
1110 </div>
1111 <div class="jd-details-descr">
1112
1113 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
1114 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1115
1116
1117 <p>Must be a floating point value, such as "<code>1.2</code>".
1118<p>This may also be a reference to a resource (in the form
1119"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1120theme attribute (in the form
1121"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1122containing a value of this type.</p></div>
1123
1124
1125 <div class="jd-tagdata">
1126 <span class="jd-tagtitle">Constant Value: </span>
1127 <span>
1128
1129 1
1130 (0x00000001)
1131
1132 </span>
1133 </div>
1134
1135 </div>
1136</div>
1137
1138
1139
1140<A NAME="MapAttrs_cameraTargetLat"></A>
1141
1142<div class="jd-details api apilevel-">
1143 <h4 class="jd-details-title">
1144 <span class="normal">
1145 public
1146 static
1147 final
1148 int
1149 </span>
1150 MapAttrs_cameraTargetLat
1151 </h4>
1152 <div class="api-level">
1153
1154
1155
1156
1157 </div>
1158 <div class="jd-details-descr">
1159
1160 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
1161 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1162
1163
1164 <p>Must be a floating point value, such as "<code>1.2</code>".
1165<p>This may also be a reference to a resource (in the form
1166"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1167theme attribute (in the form
1168"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1169containing a value of this type.</p></div>
1170
1171
1172 <div class="jd-tagdata">
1173 <span class="jd-tagtitle">Constant Value: </span>
1174 <span>
1175
1176 2
1177 (0x00000002)
1178
1179 </span>
1180 </div>
1181
1182 </div>
1183</div>
1184
1185
1186
1187<A NAME="MapAttrs_cameraTargetLng"></A>
1188
1189<div class="jd-details api apilevel-">
1190 <h4 class="jd-details-title">
1191 <span class="normal">
1192 public
1193 static
1194 final
1195 int
1196 </span>
1197 MapAttrs_cameraTargetLng
1198 </h4>
1199 <div class="api-level">
1200
1201
1202
1203
1204 </div>
1205 <div class="jd-details-descr">
1206
1207 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
1208 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1209
1210
1211 <p>Must be a floating point value, such as "<code>1.2</code>".
1212<p>This may also be a reference to a resource (in the form
1213"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1214theme attribute (in the form
1215"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1216containing a value of this type.</p></div>
1217
1218
1219 <div class="jd-tagdata">
1220 <span class="jd-tagtitle">Constant Value: </span>
1221 <span>
1222
1223 3
1224 (0x00000003)
1225
1226 </span>
1227 </div>
1228
1229 </div>
1230</div>
1231
1232
1233
1234<A NAME="MapAttrs_cameraTilt"></A>
1235
1236<div class="jd-details api apilevel-">
1237 <h4 class="jd-details-title">
1238 <span class="normal">
1239 public
1240 static
1241 final
1242 int
1243 </span>
1244 MapAttrs_cameraTilt
1245 </h4>
1246 <div class="api-level">
1247
1248
1249
1250
1251 </div>
1252 <div class="jd-details-descr">
1253
1254 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
1255 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1256
1257
1258 <p>Must be a floating point value, such as "<code>1.2</code>".
1259<p>This may also be a reference to a resource (in the form
1260"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1261theme attribute (in the form
1262"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1263containing a value of this type.</p></div>
1264
1265
1266 <div class="jd-tagdata">
1267 <span class="jd-tagtitle">Constant Value: </span>
1268 <span>
1269
1270 4
1271 (0x00000004)
1272
1273 </span>
1274 </div>
1275
1276 </div>
1277</div>
1278
1279
1280
1281<A NAME="MapAttrs_cameraZoom"></A>
1282
1283<div class="jd-details api apilevel-">
1284 <h4 class="jd-details-title">
1285 <span class="normal">
1286 public
1287 static
1288 final
1289 int
1290 </span>
1291 MapAttrs_cameraZoom
1292 </h4>
1293 <div class="api-level">
1294
1295
1296
1297
1298 </div>
1299 <div class="jd-details-descr">
1300
1301 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
1302 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1303
1304
1305 <p>Must be a floating point value, such as "<code>1.2</code>".
1306<p>This may also be a reference to a resource (in the form
1307"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1308theme attribute (in the form
1309"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1310containing a value of this type.</p></div>
1311
1312
1313 <div class="jd-tagdata">
1314 <span class="jd-tagtitle">Constant Value: </span>
1315 <span>
1316
1317 5
1318 (0x00000005)
1319
1320 </span>
1321 </div>
1322
1323 </div>
1324</div>
1325
1326
1327
1328<A NAME="MapAttrs_mapType"></A>
1329
1330<div class="jd-details api apilevel-">
1331 <h4 class="jd-details-title">
1332 <span class="normal">
1333 public
1334 static
1335 final
1336 int
1337 </span>
1338 MapAttrs_mapType
1339 </h4>
1340 <div class="api-level">
1341
1342
1343
1344
1345 </div>
1346 <div class="jd-details-descr">
1347
1348 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
1349 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1350
1351
1352 <p>Must be one of the following constant values.</p>
1353<table>
1354<colgroup align="left" />
1355<colgroup align="left" />
1356<colgroup align="left" />
1357<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
1358<tr><td><code>none</code></td><td>0</td><td></td></tr>
1359<tr><td><code>normal</code></td><td>1</td><td></td></tr>
1360<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
1361<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
1362</table></p></div>
1363
1364
1365 <div class="jd-tagdata">
1366 <span class="jd-tagtitle">Constant Value: </span>
1367 <span>
1368
1369 0
1370 (0x00000000)
1371
1372 </span>
1373 </div>
1374
1375 </div>
1376</div>
1377
1378
1379
1380<A NAME="MapAttrs_uiCompass"></A>
1381
1382<div class="jd-details api apilevel-">
1383 <h4 class="jd-details-title">
1384 <span class="normal">
1385 public
1386 static
1387 final
1388 int
1389 </span>
1390 MapAttrs_uiCompass
1391 </h4>
1392 <div class="api-level">
1393
1394
1395
1396
1397 </div>
1398 <div class="jd-details-descr">
1399
1400 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
1401 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1402
1403
1404 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1405<p>This may also be a reference to a resource (in the form
1406"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1407theme attribute (in the form
1408"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1409containing a value of this type.</p></div>
1410
1411
1412 <div class="jd-tagdata">
1413 <span class="jd-tagtitle">Constant Value: </span>
1414 <span>
1415
1416 6
1417 (0x00000006)
1418
1419 </span>
1420 </div>
1421
1422 </div>
1423</div>
1424
1425
1426
1427<A NAME="MapAttrs_uiRotateGestures"></A>
1428
1429<div class="jd-details api apilevel-">
1430 <h4 class="jd-details-title">
1431 <span class="normal">
1432 public
1433 static
1434 final
1435 int
1436 </span>
1437 MapAttrs_uiRotateGestures
1438 </h4>
1439 <div class="api-level">
1440
1441
1442
1443
1444 </div>
1445 <div class="jd-details-descr">
1446
1447 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
1448 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1449
1450
1451 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1452<p>This may also be a reference to a resource (in the form
1453"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1454theme attribute (in the form
1455"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1456containing a value of this type.</p></div>
1457
1458
1459 <div class="jd-tagdata">
1460 <span class="jd-tagtitle">Constant Value: </span>
1461 <span>
1462
1463 7
1464 (0x00000007)
1465
1466 </span>
1467 </div>
1468
1469 </div>
1470</div>
1471
1472
1473
1474<A NAME="MapAttrs_uiScrollGestures"></A>
1475
1476<div class="jd-details api apilevel-">
1477 <h4 class="jd-details-title">
1478 <span class="normal">
1479 public
1480 static
1481 final
1482 int
1483 </span>
1484 MapAttrs_uiScrollGestures
1485 </h4>
1486 <div class="api-level">
1487
1488
1489
1490
1491 </div>
1492 <div class="jd-details-descr">
1493
1494 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
1495 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1496
1497
1498 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1499<p>This may also be a reference to a resource (in the form
1500"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1501theme attribute (in the form
1502"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1503containing a value of this type.</p></div>
1504
1505
1506 <div class="jd-tagdata">
1507 <span class="jd-tagtitle">Constant Value: </span>
1508 <span>
1509
1510 8
1511 (0x00000008)
1512
1513 </span>
1514 </div>
1515
1516 </div>
1517</div>
1518
1519
1520
1521<A NAME="MapAttrs_uiTiltGestures"></A>
1522
1523<div class="jd-details api apilevel-">
1524 <h4 class="jd-details-title">
1525 <span class="normal">
1526 public
1527 static
1528 final
1529 int
1530 </span>
1531 MapAttrs_uiTiltGestures
1532 </h4>
1533 <div class="api-level">
1534
1535
1536
1537
1538 </div>
1539 <div class="jd-details-descr">
1540
1541 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
1542 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1543
1544
1545 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1546<p>This may also be a reference to a resource (in the form
1547"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1548theme attribute (in the form
1549"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1550containing a value of this type.</p></div>
1551
1552
1553 <div class="jd-tagdata">
1554 <span class="jd-tagtitle">Constant Value: </span>
1555 <span>
1556
1557 9
1558 (0x00000009)
1559
1560 </span>
1561 </div>
1562
1563 </div>
1564</div>
1565
1566
1567
1568<A NAME="MapAttrs_uiZoomControls"></A>
1569
1570<div class="jd-details api apilevel-">
1571 <h4 class="jd-details-title">
1572 <span class="normal">
1573 public
1574 static
1575 final
1576 int
1577 </span>
1578 MapAttrs_uiZoomControls
1579 </h4>
1580 <div class="api-level">
1581
1582
1583
1584
1585 </div>
1586 <div class="jd-details-descr">
1587
1588 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
1589 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1590
1591
1592 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1593<p>This may also be a reference to a resource (in the form
1594"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1595theme attribute (in the form
1596"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1597containing a value of this type.</p></div>
1598
1599
1600 <div class="jd-tagdata">
1601 <span class="jd-tagtitle">Constant Value: </span>
1602 <span>
1603
1604 10
1605 (0x0000000a)
1606
1607 </span>
1608 </div>
1609
1610 </div>
1611</div>
1612
1613
1614
1615<A NAME="MapAttrs_uiZoomGestures"></A>
1616
1617<div class="jd-details api apilevel-">
1618 <h4 class="jd-details-title">
1619 <span class="normal">
1620 public
1621 static
1622 final
1623 int
1624 </span>
1625 MapAttrs_uiZoomGestures
1626 </h4>
1627 <div class="api-level">
1628
1629
1630
1631
1632 </div>
1633 <div class="jd-details-descr">
1634
1635 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
1636 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1637
1638
1639 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1640<p>This may also be a reference to a resource (in the form
1641"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1642theme attribute (in the form
1643"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1644containing a value of this type.</p></div>
1645
1646
1647 <div class="jd-tagdata">
1648 <span class="jd-tagtitle">Constant Value: </span>
1649 <span>
1650
1651 11
1652 (0x0000000b)
1653
1654 </span>
1655 </div>
1656
1657 </div>
1658</div>
1659
1660
1661
1662<A NAME="MapAttrs_useViewLifecycle"></A>
1663
1664<div class="jd-details api apilevel-">
1665 <h4 class="jd-details-title">
1666 <span class="normal">
1667 public
1668 static
1669 final
1670 int
1671 </span>
1672 MapAttrs_useViewLifecycle
1673 </h4>
1674 <div class="api-level">
1675
1676
1677
1678
1679 </div>
1680 <div class="jd-details-descr">
1681
1682 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
1683 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1684
1685
1686 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1687<p>This may also be a reference to a resource (in the form
1688"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1689theme attribute (in the form
1690"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1691containing a value of this type.</p></div>
1692
1693
1694 <div class="jd-tagdata">
1695 <span class="jd-tagtitle">Constant Value: </span>
1696 <span>
1697
1698 12
1699 (0x0000000c)
1700
1701 </span>
1702 </div>
1703
1704 </div>
1705</div>
1706
1707
1708
1709<A NAME="MapAttrs_zOrderOnTop"></A>
1710
1711<div class="jd-details api apilevel-">
1712 <h4 class="jd-details-title">
1713 <span class="normal">
1714 public
1715 static
1716 final
1717 int
1718 </span>
1719 MapAttrs_zOrderOnTop
1720 </h4>
1721 <div class="api-level">
1722
1723
1724
1725
1726 </div>
1727 <div class="jd-details-descr">
1728
1729 <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
1730 attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1731
1732
1733 <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1734<p>This may also be a reference to a resource (in the form
1735"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1736theme attribute (in the form
1737"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1738containing a value of this type.</p></div>
1739
1740
1741 <div class="jd-tagdata">
1742 <span class="jd-tagtitle">Constant Value: </span>
1743 <span>
1744
1745 13
1746 (0x0000000d)
1747
1748 </span>
1749 </div>
1750
1751 </div>
1752</div>
1753
1754
1755
1756
1757<!-- Fields -->
1758
1759
1760<!-- ========= FIELD DETAIL ======== -->
1761<h2>Fields</h2>
1762
1763
1764
1765
1766<A NAME="MapAttrs"></A>
1767
1768<div class="jd-details api apilevel-">
1769 <h4 class="jd-details-title">
1770 <span class="normal">
1771 public
1772 static
1773 final
1774 int[]
1775 </span>
1776 MapAttrs
1777 </h4>
1778 <div class="api-level">
1779
1780
1781
1782
1783 </div>
1784 <div class="jd-details-descr">
1785
1786 <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a MapAttrs.
1787 <p>Includes the following attributes:</p>
1788 <table>
1789 <colgroup align="left" />
1790 <colgroup align="left" />
1791 <tr><th>Attribute</th><th>Description</th></tr>
1792 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">com.google.android.gms:cameraBearing</a></code></code></td><td></td></tr>
1793 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">com.google.android.gms:cameraTargetLat</a></code></code></td><td></td></tr>
1794 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">com.google.android.gms:cameraTargetLng</a></code></code></td><td></td></tr>
1795 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">com.google.android.gms:cameraTilt</a></code></code></td><td></td></tr>
1796 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">com.google.android.gms:cameraZoom</a></code></code></td><td></td></tr>
1797 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">com.google.android.gms:mapType</a></code></code></td><td></td></tr>
1798 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">com.google.android.gms:uiCompass</a></code></code></td><td></td></tr>
1799 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">com.google.android.gms:uiRotateGestures</a></code></code></td><td></td></tr>
1800 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">com.google.android.gms:uiScrollGestures</a></code></code></td><td></td></tr>
1801 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">com.google.android.gms:uiTiltGestures</a></code></code></td><td></td></tr>
1802 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">com.google.android.gms:uiZoomControls</a></code></code></td><td></td></tr>
1803 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">com.google.android.gms:uiZoomGestures</a></code></code></td><td></td></tr>
1804 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">com.google.android.gms:useViewLifecycle</a></code></code></td><td></td></tr>
1805 <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">com.google.android.gms:zOrderOnTop</a></code></code></td><td></td></tr>
1806 </table></p></div>
1807 <div class="jd-tagdata">
1808 <h5 class="jd-tagtitle">See Also</h5>
1809 <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></code></li>
1810 </ul>
1811 </div>
1812
1813
1814 </div>
1815</div>
1816
1817
1818
1819
1820<!-- Public ctors -->
1821
1822
1823<!-- ========= CONSTRUCTOR DETAIL ======== -->
1824<h2>Public Constructors</h2>
1825
1826
1827
1828<A NAME="R.styleable()"></A>
1829
1830<div class="jd-details api apilevel-">
1831 <h4 class="jd-details-title">
1832 <span class="normal">
1833 public
1834
1835
1836
1837
1838
1839 </span>
1840 <span class="sympad">R.styleable</span>
1841 <span class="normal">()</span>
1842 </h4>
1843 <div class="api-level">
1844 <div></div>
1845
1846
1847
1848 </div>
1849 <div class="jd-details-descr">
1850
1851 <div class="jd-tagdata jd-tagdescr"><p></p></div>
1852
1853 </div>
1854</div>
1855
1856
1857
1858
1859
1860<!-- ========= CONSTRUCTOR DETAIL ======== -->
1861<!-- Protected ctors -->
1862
1863
1864
1865<!-- ========= METHOD DETAIL ======== -->
1866<!-- Public methdos -->
1867
1868
1869
1870<!-- ========= METHOD DETAIL ======== -->
1871
1872
1873
1874<!-- ========= END OF CLASS DATA ========= -->
1875<A NAME="navbar_top"></A>
1876
1877<div id="footer" class="wrap" >
1878
1879
1880 <div id="copyright">
1881
1882 Except as noted, this content is licensed under <a
1883 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
1884 For details and restrictions, see the <a href="/license.html">
1885 Content License</a>.
1886 </div>
1887 <div id="build_info">
1888
Robert Ly555c93b2012-12-03 12:24:07 -08001889 Android &nbsp;r &mdash; 03 Dec 2012 12:16
Robert Ly3c4b4f72012-11-30 04:02:04 -08001890
1891 </div>
1892
1893
1894 <div id="footerlinks">
1895
1896 <p>
1897 <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
1898 <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
1899 <a href="/support.html">Support</a>
1900 </p>
1901 </div>
1902
1903</div> <!-- end footer -->
1904</div> <!-- jd-content -->
1905
1906</div><!-- end doc-content -->
1907
1908</div> <!-- end body-content -->
1909
1910
1911
1912
1913<!-- Grid - for dev
1914<script type="text/javascript">
1915
1916window.gOverride = {
1917 gColor: '#FF0000',
1918 pColor: '#EEEEEE',
1919 gOpacity: 0.10,
1920 pOpacity: 0.40,
1921 pHeight: 16,
1922 pOffset: 2,
1923 gColumns:16,
1924 gEnabled:false,
1925 pEnabled:false
1926 }
1927</script>
1928
1929<link href="/assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
1930<script src="/assets/js/grid/960.gridder.js" type="text/javascript"></script>
1931-->
1932
1933
1934
1935
1936
1937<script type="text/javascript">
1938init(); /* initialize android-developer-docs.js */
1939var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1940document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1941</script>
1942
1943<script type="text/javascript">
1944 var pageTracker = _gat._getTracker("UA-5831155-1");
1945 pageTracker._trackPageview();
1946</script>
1947
1948
1949
1950</body>
1951</html>