MapMarkerTextStyle constructor - MapMarkerTextStyle - mapview library - Dart API
MapMarkerTextStyle
MapMarkerTextStyle constructor
Creates a default set of styling options for the text of a MapMarker that consists of the following values:
- Text size: 18 pixels
- Text color: opaque white
- Text outline size: 0 pixels
- Text outline color: opaque black
- Text placement: MapMarkerTextStylePlacement.bottom
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();