I'm feeling quite puzzled at the moment and could really use some advice.
My goal right now is to achieve a Satellite view of a random building, complete with the typical RoadMap/3D effect found on Google Maps:
I also want to incorporate three.js to render polygons on top of that map.
I tried following examples from this git repo:
examplegitrepository.com/google-maps-api-threejs-layer
However, I am having trouble adding particles to the map...I can't seem to include geometries like polygons, splines, and other shapes.
At this point, I'm not sure what to do next...maybe Cesium is the solution?
Although, Cesium doesn't offer the same "3D" feature for buildings...
Any guidance or assistance would be greatly appreciated!
Thank you!