BetterRouteMarkerStyle
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents the style used to display the better route marker.
Constructors
Link copied to clipboard
constructor(pinImage: Image = ImageFactory.fromResource(DEFAULT_PIN_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
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.