In my quest to develop an Angular application heavily reliant on Google Maps, I aim to showcase areas on the map based on continent -> country -> state -> suburb. The color of these highlighted areas will be determined by the values supplied.
I have come across information stating that in order to display polygons on Google Maps, you need to set boundary coordinates accurately. My first query is whether this statement holds true and if so, where can I access all the necessary coordinates for these boundaries? Perhaps it is already integrated into Google's system, but I somehow missed it?
The second part of my inquiry revolves around whether my approach to this problem is suitable or if there exists a more efficient solution. Below, I have included a sample image depicting the dynamic recreation I am seeking.
Any input or guidance on this matter would be greatly appreciated. View Example Image