setPitchAlignment method
Sets the pitchAlignment property of the marker.
@param {string} alignment Sets the pitchAlignment property of the marker. If alignment is 'auto', it will automatically match rotationAlignment.
@returns {Marker} this
Implementation
Marker setPitchAlignment(String alignment) =>
Marker.fromJsObject(jsObject.setPitchAlignment(alignment));