BackgroundStyle

data class BackgroundStyle(bitmapFactory: BitmapFactory, anchor: Point2F) : Parcelable

Constructors

BackgroundStyle
Link copied to clipboard
fun BackgroundStyle(bitmapFactory: BitmapFactory, anchor: Point2F)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

anchor
Link copied to clipboard
var anchor: Point2F

point where background image will be anchored to object's coordinates

bitmapFactory
Link copied to clipboard
val bitmapFactory: BitmapFactory

bitmap factory which should provide bitmap in ninepatch format (consider using com.sygic.sdk.map.factory.NinePatchDrawableFactory)