import { showFlashMessage } from "./helpers"; export function handleAreaCreated(areasLayer, layer, apiKey) { const radius = layer.getRadius(); const center = layer.getLatLng(); const formHtml = `
Radius: ${Math.round(radius)} meters
Center: [${lat.toFixed(4)}, ${lng.toFixed(4)}]