# Wijmo_Chart_Map.Geojson.Feature

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								Feature Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>A feature object which contains a geometry and associated properties.
									<a href="https://tools.ietf.org/html/rfc7946#section-3.2">https://tools.ietf.org/html/rfc7946#section-3.2</a></p>
								</div>
							</div>
						</section>
						<section class="tsd-type-parameters">
							<h3>Type parameters</h3>
							<ul class="tsd-type-parameters">
								<li>
									<h4>G<span class="tsd-signature-symbol">: </span><a href="../modules/wijmo_chart_map.geojson.html#geometry" class="tsd-signature-type">Geometry</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h4>
								</li>
								<li>
									<h4>P</h4>
								</li>
							</ul>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_chart_map.geojson.geojsonobject.html" class="tsd-signature-type">GeoJsonObject</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">Feature</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section tsd-is-not-exported">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_chart_map.geojson.feature.html#bbox" class="tsd-kind-icon">bbox</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_chart_map.geojson.feature.html#geometry" class="tsd-kind-icon">geometry</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_chart_map.geojson.feature.html#id" class="tsd-kind-icon">id</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_chart_map.geojson.feature.html#properties" class="tsd-kind-icon">properties</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="bbox" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> bbox</h3>
								<div class="tsd-signature tsd-kind-icon">bbox<span class="tsd-signature-symbol">:</span> <a href="../modules/wijmo_chart_map.geojson.html#bbox" class="tsd-signature-type">BBox</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_map.geojson.geojsonobject.html">GeoJsonObject</a>.<a href="wijmo_chart_map.geojson.geojsonobject.html#bbox">bbox</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Bounding box of the coordinate range of the object's Geometries, Features, or Feature Collections.
											The value of the bbox member is an array of length 2*n where n is the number of dimensions
											represented in the contained geometries, with all axes of the most southwesterly point
											followed by all axes of the more northeasterly point.
											The axes order of a bbox follows the axes order of geometries.
										<a href="https://tools.ietf.org/html/rfc7946#section-5">https://tools.ietf.org/html/rfc7946#section-5</a></p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="geometry" class="tsd-anchor"></a>
								<h3>geometry</h3>
								<div class="tsd-signature tsd-kind-icon">geometry<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">G</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The feature's geometry</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="id" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
								<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>A value that uniquely identifies this feature in a
										<a href="https://tools.ietf.org/html/rfc7946#section-3.2">https://tools.ietf.org/html/rfc7946#section-3.2</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="properties" class="tsd-anchor"></a>
								<h3>properties</h3>
								<div class="tsd-signature tsd-kind-icon">properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">P</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Properties associated with this feature.</p>
									</div>
								</div>
							</section>
						</section>
					</div>