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