BackgroundStyle

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
var anchor: Point2F

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

Link copied to clipboard

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