TextStyle
class TextStyle(val textColor: Int = Color.BLACK, val textSize: Double = DEFAULT_TEXT_SIZE, val fontUri: String = DEFAULT_FONT_URI, val textAnchoring: TextAnchoring = DEFAULT_TEXT_ANCHORING, val offset: PointF = DEFAULT_OFFSET)
Represents the style used to display safety locations markers.
Important: This is a Public Preview API. It may be changed or removed at any time.