FastMarkersLayer<U extends GeoformMarkerDatum> constructor

const FastMarkersLayer<U extends GeoformMarkerDatum>(
  1. List<FastMarker> markers, {
  2. Key? key,
})

Implementation

const FastMarkersLayer(this.markers, {super.key});