# Wijmo_Chart_Map.Geojson.Multipoint

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								MultiPoint Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>MultiPoint geometry object.
									<a href="https://tools.ietf.org/html/rfc7946#section-3.1.3">https://tools.ietf.org/html/rfc7946#section-3.1.3</a></p>
								</div>
							</div>
						</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">MultiPoint</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.multipoint.html#bbox" class="tsd-kind-icon">bbox</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>
					</div>