ImageStyle

data class ImageStyle(val bitmapFactory: BitmapFactory, val placement: MapPlaceCategory.Placement) : Parcelable

Constructors

Link copied to clipboard
constructor(bitmapFactory: BitmapFactory, placement: MapPlaceCategory.Placement)

Properties

Link copied to clipboard

bitmap factory which should provide bitmap for drawing (consider using com.sygic.sdk.map.factory.SimpleBitmapFactory or com.sygic.sdk.map.factory.DrawableFactory)

Link copied to clipboard

image placement specification

Functions

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