setRotationAlignment method
Sets the rotationAlignment property of the marker.
@param {string} alignment='auto' Sets the rotationAlignment property of the marker.
@returns {Marker} this
Implementation
Marker setRotationAlignment(String alignment) =>
Marker.fromJsObject(jsObject.setRotationAlignment(alignment));