Date: 2024-11-08 15:48:19
Score: 2.5
Natty:
{
const iframeData = document.getElementById("iframeId");
iframeData.src = `https://maps.google.com/maps?q=${lat},${lon}&hl=es;&output=embed`;
}, [lat, lon]);
return (
);
}
export default GoogleMap
100091552220885
Reasons:
- Low length (0.5):
- No code block (0.5):
- Contains question mark (0.5):
- Low reputation (1):
Posted by: Man Brew