AbstractLegacyLabelAllLocations

interface AbstractLegacyLabelAllLocations

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

color
Link copied to clipboard
open val color: String?
Text Color
fontSize
Link copied to clipboard
open val fontSize: Float?
How big to make the font.
height
Link copied to clipboard
open val height: Float?
By default this is the upper bounds of the Polygon.
locations
Link copied to clipboard
open val locations: List<String>?
Which locations to label.
margin
Link copied to clipboard
open val margin: Float?
The amount of space to leave before starting the text
scaleMin
Link copied to clipboard
open val scaleMin: Float?
The minimum percentage we can shrink the label to if it won't fit within the bounds at 100%.
scaleStep
Link copied to clipboard
open val scaleStep: Float?
How much to decrement the scale each time it doesn't fit, so we don't end up with too many different font sizes on screen at once.

Inheritors

MPIOptions
Link copied to clipboard
MPIOptions
Link copied to clipboard