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.