
<devsite-heading text=" StyledMapTypeOptions interface" for="StyledMapTypeOptions" level="h2" link="" toc="" back-to-top=""><h2 id="StyledMapTypeOptions" is-upgraded="">StyledMapTypeOptions interface</h2></devsite-heading>
<p>
<code translate="no" dir="ltr"><span itemprop="path">google.maps</span>.<span itemprop="name">StyledMapTypeOptions</span></code>
interface
</p>
<p>This class is used to specify options when creating a <code translate="no" dir="ltr">StyledMapType</code>. These options cannot be changed after the <code translate="no" dir="ltr">StyledMapType</code> is instantiated.</p>
<div class="devsite-table-wrapper"><table class="properties responsive" summary="interface StyledMapTypeOptions - Properties">
<thead>
<tr><th colspan="2">Properties</th>
</tr></thead>
<tbody>
<tr id="StyledMapTypeOptions.alt">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#StyledMapTypeOptions.alt"><span>alt</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr">string <span class="optional-type-annotation">optional</span></code></div>
<div class="desc">Text to display when this <code translate="no" dir="ltr">MapType</code>'s button is hovered over in the map type control.</div></td>
</tr>
<tr id="StyledMapTypeOptions.maxZoom">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#StyledMapTypeOptions.maxZoom"><span>maxZoom</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr">number <span class="optional-type-annotation">optional</span></code></div>
<div class="desc">The maximum zoom level for the map when displaying this <code translate="no" dir="ltr">MapType</code>. Optional.</div></td>
</tr>
<tr id="StyledMapTypeOptions.minZoom">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#StyledMapTypeOptions.minZoom"><span>minZoom</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr">number <span class="optional-type-annotation">optional</span></code></div>
<div class="desc">The minimum zoom level for the map when displaying this <code translate="no" dir="ltr">MapType</code>. Optional.</div></td>
</tr>
<tr id="StyledMapTypeOptions.name">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#StyledMapTypeOptions.name"><span>name</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr">string <span class="optional-type-annotation">optional</span></code></div>
<div class="desc">The name to display in the map type control.</div></td>
</tr>
</tbody>
</table></div>
