export function drawGeofences()

in src/drawGeofences.ts [32:36]


export function drawGeofences(
  sourceName: string,
  data: Polygon[] | Geofence[],
  map: maplibreMap,
  options: DrawGeofencesOptions = {}