Javascript – Using google.maps.importLibrary API, Want To Add A Circle Around PIN
I have seen API calls that do not use the Import Library method. Like: cityCircle = new google.maps.Circle(sunCircle); cityCircle.bindTo('center', marker, 'position'); But I am using the Import Library. Everything else works in my code but the circle. I get Error:…