
<devsite-heading text=" GeocoderLocationType constants" for="GeocoderLocationType" level="h2" link="" toc="" back-to-top=""><h2 id="GeocoderLocationType" is-upgraded="">GeocoderLocationType constants</h2></devsite-heading>
<p>
<code translate="no" dir="ltr"><span itemprop="path">google.maps</span>.<span itemprop="name">GeocoderLocationType</span></code>
constants
</p>
<p>Describes the type of location returned from a geocode. Specify these by value, or by using the constant's name. For example, <code translate="no" dir="ltr">'ROOFTOP'</code> or <code translate="no" dir="ltr">google.maps.GeocoderLocationType.ROOFTOP</code>.</p>
<div class="devsite-table-wrapper"><table class="constants responsive" summary="GeocoderLocationType constants">
<thead>
<tr><th colspan="2">Constants</th>
</tr></thead>
<tbody>
<tr id="GeocoderLocationType.APPROXIMATE">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#GeocoderLocationType.APPROXIMATE"><span>APPROXIMATE</span></a></code></td>
<td>The returned result is approximate.</td>
</tr>
<tr id="GeocoderLocationType.GEOMETRIC_CENTER">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#GeocoderLocationType.GEOMETRIC_CENTER"><span>GEOMETRIC_CENTER</span></a></code></td>
<td>The returned result is the geometric center of a result such a line (e.g. street) or polygon (region).</td>
</tr>
<tr id="GeocoderLocationType.RANGE_INTERPOLATED">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#GeocoderLocationType.RANGE_INTERPOLATED"><span>RANGE_INTERPOLATED</span></a></code></td>
<td>The returned result reflects an approximation (usually on a road) interpolated between two precise points (such as intersections). Interpolated results are generally returned when rooftop geocodes are unavailable for a street address.</td>
</tr>
<tr id="GeocoderLocationType.ROOFTOP">
<td itemprop="property"><code translate="no" dir="ltr"><a class="secret-link" href="#GeocoderLocationType.ROOFTOP"><span>ROOFTOP</span></a></code></td>
<td>The returned result reflects a precise geocode.</td>
</tr>
</tbody>
</table></div>
