Google Maps API successfully loading but not showing up in React
I mimicked the code from another project I did to set google maps up on a react site, but the map isn’t displaying. I checked the google API request history online and I can see I am succesfully talking to google maps, but the map fails to show up on the page. I think the code might be okay to delete, but when I do nothing changes, so I left it in for now.
React Google Maps Api Help Removing Multiple Polygons Drawn
Im using react google maps API. I am able to draw multiple polygons calling renderAllZipcodePolygons('ca','la');
which fetches database coordinates to draw polygons (in this case 2 polygons are drawn on the map). When polygons are drawn a “Remove Boundaries” Button appears. When clicked it should clear any drawn polygons.