geometry property

HighchartsMapPointSeriesDataGeometryOptions? geometry
getter/setter pair

The geometry of a point.

To achieve a better separation between the structure and the data, it is recommended to use mapData to define the geometry instead of defining it on the data points themselves.

The geometry object is compatible to that of a feature in geoJSON, so features of geoJSON can be passed directly into the data, optionally after first filtering and processing it.

API Docs: https://api.highcharts.com/highmaps/series.mappoint.data.geometry

Implementation

HighchartsMapPointSeriesDataGeometryOptions? geometry;