PointsLayer constructor

const PointsLayer({
  1. Key? key,
  2. required PolarisOptions options,
})

Creates a PointsLayer with the specified options.

Implementation

const PointsLayer({
  super.key,
  required this.options,
});