plot-api / jetbrains.letsPlot.geom / geom_map / map

map

val map: SpatialDataset?

SpatialDataset. Data-structure containing series of planar shapes and, optionally, associates data series (for example: names of States and their boundaries).

    Supported shapes: Polygon and MultiPolygon.
    All coordinates should be encoded as decimal degrees in WGS84 coordinate reference system.

    Can be used with parameter 'mapJoin' for joining data and map coordinates.