BetterRouteMarkerStyle
class BetterRouteMarkerStyle(val pinImage: Image = ImageFactory.fromResource(DEFAULT_PIN_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 the style used to display the better route marker.
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
Link copied to clipboard
TextAnchoring determining how the label is positioned in the marker.
Link copied to clipboard
PointF describing the offset that will be used to position the label in the marker.