Has anyone made the Esri Leaflet Vector map rotate? E.g. using a laptop in a vehicle that "up" on the map would be the direction that the car is facing.
I tried combining demo code from Esri and from the leaflet-rotate-map plug-in (https://www.npmjs.com/package/leaflet-rotate-map) but this has problems. For example a 45 degree rotation on this view:

does rotate but it loses some of the map area and also the marker is no longer at the same point on the ground.

Are there any known ways for doing rotation with Esri Leaflet Vector?