LzAnnotationConfigurationBuilder
class LzAnnotationConfigurationBuilder(id: String, coordinate: LatLng)Fluent builder for constructing LzAnnotationConfiguration instances.
All properties have sensible defaults; only id and coordinate are required (provided in the constructor).
See also
| LzAnnotationConfiguration |
Constructors
LzAnnotationConfigurationBuilder | constructor(id: String , coordinate: LatLng) |
Functions
borderColor
fun borderColor(borderColor: String?): LzAnnotationConfigurationBuilderbuild
fun build(): LzAnnotationConfigurationTypes: LzAnnotationConfiguration
Builds a new LzAnnotationConfiguration with the configured properties.
draggable
fun draggable(draggable: Boolean): LzAnnotationConfigurationBuilderfloorId
fun floorId(floorId: String?): LzAnnotationConfigurationBuildericonColor
fun iconColor(iconColor: String?): LzAnnotationConfigurationBuildericonCornerRadius
fun iconCornerRadius(iconCornerRadius: Float): LzAnnotationConfigurationBuildericonSize
fun iconSize(iconSize: Float): LzAnnotationConfigurationBuilderimageBitmap
fun imageBitmap(imageBitmap: Bitmap?): LzAnnotationConfigurationBuilderimageRef
fun imageRef(imageRef: String?): LzAnnotationConfigurationBuilderimageUrl
fun imageUrl(imageUrl: String?): LzAnnotationConfigurationBuilderisFlat
fun isFlat(isFlat: Boolean): LzAnnotationConfigurationBuilderopacity
fun opacity(opacity: Float): LzAnnotationConfigurationBuilderrawBitmapSize
fun rawBitmapSize(rawBitmapSize: Boolean): LzAnnotationConfigurationBuildertext
fun text(text: String?): LzAnnotationConfigurationBuildertextBackgroundColor
fun textBackgroundColor(textBackgroundColor: String?): LzAnnotationConfigurationBuildertextColor
fun textColor(textColor: String?): LzAnnotationConfigurationBuildertextFontSize
fun textFontSize(textFontSize: Float): LzAnnotationConfigurationBuildertextHaloBlur
fun textHaloBlur(textHaloBlur: Float): LzAnnotationConfigurationBuildertextHaloColor
fun textHaloColor(textHaloColor: String?): LzAnnotationConfigurationBuildertextHaloWidth
fun textHaloWidth(textHaloWidth: Float): LzAnnotationConfigurationBuildertextPosition
fun textPosition(textPosition: TextPosition): LzAnnotationConfigurationBuilderTypes: TextPosition
Last updated on