/docs/com/google/maps/extras/planetary/Moon.html
HTML | 113 lines | 104 code | 0 blank | 9 comment | 0 complexity | e168318a1b2b74e3800dc3c8485db467 MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"> 6<link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"> 7<meta content="Moon,com.google.maps.extras.planetary.Moon,ELEVATION_MAP_TYPE,VISIBLE_MAP_TYPE" name="keywords"> 8<title>com.google.maps.extras.planetary.Moon</title> 9</head> 10<body> 11<script type="text/javascript" language="javascript" src="../../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../../cookies.js"></script><script type="text/javascript" language="javascript"> 12<!-- 13 asdocTitle = 'Moon - API Documentation'; 14 var baseRef = '../../../../../'; 15 window.onload = configPage; 16 --></script> 17<table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> 18<tr> 19<td align="left" class="titleTableTitle">API Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../package-summary.html">All Packages</a> | <a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../class-summary.html">All Classes</a> | <a onclick="loadClassListFrame('../../../../../index-list.html')" href="../../../../../all-index-A.html">Index</a> | <a href="../../../../../index.html?com/google/maps/extras/planetary/Moon.html&com/google/maps/extras/planetary/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../../images/logo.jpg"></td> 20</tr> 21<tr class="titleTableRow2"> 22<td align="left" id="subTitle" class="titleTableSubTitle">Class Moon</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a></td> 23</tr> 24<tr class="titleTableRow3"> 25<td colspan="2"> </td> 26</tr> 27</table> 28<script type="text/javascript" language="javascript"> 29<!-- 30if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class Moon"); titleBar_setSubNav(false,true,false,false,false,false,false,false,false,false,false,false,false,false);} 31--></script> 32<div class="MainContent"> 33<table cellspacing="0" cellpadding="0" class="classHeaderTable"> 34<tr> 35<td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">com.google.maps.extras.planetary</a></td> 36</tr> 37<tr> 38<td class="classHeaderTableLabel">Class</td><td class="classSignature">public class Moon</td> 39</tr> 40</table> 41<p></p> 42 Contains all the static Mars map types. To use, import this class and then call on your Map object: 43 addMapType(Moon.ELEVATION_MAP_TYPE); 44 addMapType(Moon.VISIBLE_MAP_TYPE); 45 <p></p> 46<br> 47<hr> 48</div> 49<a name="propertySummary"></a> 50<div class="summarySection"> 51<div class="summaryTableTitle">Public Properties</div> 52<table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0"> 53<tr> 54<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> 55</tr> 56<tr class=""> 57<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#ELEVATION_MAP_TYPE">ELEVATION_MAP_TYPE</a> : MapType<div class="summaryTableDescription">[static][read-only] 58 This map type displays a shaded terrain map of the surface of the Moon, color-coded by altitude.</div> 59</td><td class="summaryTableOwnerCol">Moon</td> 60</tr> 61<tr class=""> 62<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#VISIBLE_MAP_TYPE">VISIBLE_MAP_TYPE</a> : MapType<div class="summaryTableDescription">[static][read-only] 63 This map type displays photographs taken from orbit around the moon.</div> 64</td><td class="summaryTableOwnerCol">Moon</td> 65</tr> 66</table> 67</div> 68<script type="text/javascript" language="javascript"> 69<!-- 70showHideInherited(); 71--></script> 72<div class="MainContent"> 73<a name="propertyDetail"></a> 74<div class="detailSectionHeader">Property detail</div> 75<a name="ELEVATION_MAP_TYPE"></a> 76<table cellspacing="0" cellpadding="0" class="detailHeader"> 77<tr> 78<td class="detailHeaderName">ELEVATION_MAP_TYPE</td><td class="detailHeaderType">property</td> 79</tr> 80</table> 81<div class="detailBody"> 82<code>ELEVATION_MAP_TYPE:MapType</code> [read-only]<p> 83 This map type displays a shaded terrain map of the surface of the Moon, color-coded by altitude. 84 </p><span class="label">Implementation</span> 85<br> 86<code> public static function get ELEVATION_MAP_TYPE():MapType</code> 87<br> 88</div> 89<a name="VISIBLE_MAP_TYPE"></a> 90<table cellspacing="0" cellpadding="0" class="detailHeader"> 91<tr> 92<td class="detailHeaderName">VISIBLE_MAP_TYPE</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td> 93</tr> 94</table> 95<div class="detailBody"> 96<code>VISIBLE_MAP_TYPE:MapType</code> [read-only]<p> 97 This map type displays photographs taken from orbit around the moon. 98 </p><span class="label">Implementation</span> 99<br> 100<code> public static function get VISIBLE_MAP_TYPE():MapType</code> 101<br> 102</div> 103<br> 104<br> 105<hr> 106<br> 107<p></p> 108<center class="copyright"> 109</center> 110</div> 111</body> 112</html> 113<!-- -->