
<devsite-heading text=" CircleLiteral interface" for="CircleLiteral" level="h2" link="" toc="" back-to-top=""><h2 id="CircleLiteral" is-upgraded="">CircleLiteral interface</h2></devsite-heading>
<p>
<code translate="no" dir="ltr"><span itemprop="path">google.maps</span>.<span itemprop="name">CircleLiteral</span></code>
interface
</p>
<p>Object literal which represents a circle.</p>
<p>This interface extends
<code translate="no" dir="ltr"><a href="CircleOptions.md">CircleOptions</a></code>.
</p>
<div class="devsite-table-wrapper"><table class="properties responsive" summary="interface CircleLiteral - Properties">
<thead>
<tr><th colspan="2">Properties</th>
</tr></thead>
<tbody>
<tr id="CircleLiteral.center">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#CircleLiteral.center"><span>center</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr"><a href="LatLng.md">LatLng</a>|<a href="LatLngLiteral.md">LatLngLiteral</a></code></div>
<div class="desc">The center of the Circle.</div></td>
</tr>
<tr id="CircleLiteral.radius">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#CircleLiteral.radius"><span>radius</span></a></code></td>
<td><div><strong>Type:</strong>&nbsp; <code translate="no" dir="ltr">number</code></div>
<div class="desc">The radius in meters on the Earth's surface.</div></td>
</tr>
</tbody>
</table></div>
