textStyle property

MapMarkerTextStyle textStyle

The TextStyle applied to the text of the MapMarker. Gets a copy of the TextStyle currently in use by the MapMarker.

Implementation

MapMarkerTextStyle get textStyle;
void textStyle=(MapMarkerTextStyle value)

The TextStyle applied to the text of the MapMarker. Sets the TextStyle to be used by the MapMarker.

Implementation

set textStyle(MapMarkerTextStyle value);