MapMarkerTextStyle constructor

MapMarkerTextStyle()

Creates a default set of styling options for the text of a MapMarker that consists of the following values:

Once the resulting TextStyle is applied to a MapMarker, its text will be centered over its image.

The font will be 18 pixels wide, colored opaque white and will have no visible outline.

Implementation

factory MapMarkerTextStyle() => $prototype.$init();