I know that the usage of path is the only way to rotate the marker based on documentation they have. So I create my own PNG image for marker, but the problem I never succeed when overriding CSS of the marker.
I also tried to override the marker using DOM
document.querySelectorAll('img[src="@/assets/logo.png]')[0].parentNode.style.transform = "rotate(35deg)"
But it doesn't rotate the marker.
Any suggestion how can I rotate my customized marker?