EvWaypointMarkerStyle

class EvWaypointMarkerStyle(val pinImage: Image = ImageFactory.fromResource(DEFAULT_EV_WAYPOINT_MARKER_IMAGE), @ColorInt val textColor: Int = DEFAULT_TEXT_COLOR, val textSize: Double = DEFAULT_TEXT_SIZE, val fontUri: Uri = DEFAULT_FONT_URI, val textAnchoring: TextAnchoring = DEFAULT_TEXT_ANCHORING, val textOffset: PointF = DEFAULT_TEXT_OFFSET)

Represents a style configuration for the EV charging station waypoint marker.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(pinImage: Image = ImageFactory.fromResource(DEFAULT_EV_WAYPOINT_MARKER_IMAGE), @ColorInt textColor: Int = DEFAULT_TEXT_COLOR, textSize: Double = DEFAULT_TEXT_SIZE, fontUri: Uri = DEFAULT_FONT_URI, textAnchoring: TextAnchoring = DEFAULT_TEXT_ANCHORING, textOffset: PointF = DEFAULT_TEXT_OFFSET)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The font URI of the label text.

Link copied to clipboard

The pin image for the EV charging station waypoint marker.

Link copied to clipboard

The anchoring of the label text.

Link copied to clipboard

The color of the label text.

Link copied to clipboard

The offset of the label text.

Link copied to clipboard

The size of the label text.