Google Maps

Bitte einen Ort auswählen!





'; // JSON-Response aufbauen $dictResponse = [ "success" => true, "status_code" => 200, "status_description" => "ok", "response" => $html ]; $output = json_encode($dictResponse, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); header('Content-Type: application/json'); http_response_code($dictResponse["status_code"]); echo $output; exit;