Anchor and rotation for DOM marker
问题 I can set the rotation to the css of the DOM marker in here map api. However, I can't set the anchor. That would lead to the origin of the spin deviate from the coordination of the marker. See the picture below: How to resolve it? The relevant code is like the following: import { renderToStaticMarkup } from 'react-dom/server'; import { PositionToLatLng } from './utils'; export class DomMarker { constructor(map, options) { const { position, children, angle, ...others } = options; this.marker =