export function drawPoints()

in src/drawPoints.ts [53:62]


export function drawPoints(
  sourceName: string,
  data: Coordinates[] | Feature[] | NamedLocation[],
  map: maplibreMap,
  {
    showCluster = true,
    clusterOptions = {},
    unclusteredOptions: unclusteredMarkerOptions = {},
    autoFit = true,
  }: DrawPointsOptions = {},