style property
TextStyle
get
style
The style properties (size, color, etc.) of the placemark text. Note: The current style cannot be modified directly - you must reset it to apply changes.
Implementation
mapkit_map_text_style.TextStyle get style;
set
style
(TextStyle val)
Implementation
set style(mapkit_map_text_style.TextStyle val);