Welcome to the Highcharts Maps JS (highmaps) Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

series.mappoint.data.geometry

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.