setTextPitchAlignment method Null safety
- TextPitchAlignment textPitchAlignment
Orientation of text when map is pitched.
Implementation
Future<void> setTextPitchAlignment(TextPitchAlignment textPitchAlignment) =>
messager.setTextPitchAlignment(id, textPitchAlignment);