LocationPuck2D

data class LocationPuck2D @JvmOverloads() constructor(topImage: Drawable?, bearingImage: Drawable?, shadowImage: Drawable?, scaleExpression: String?) : LocationPuck

Definition of a location_puck_2_d.

Constructors

LocationPuck2D
Link copied to clipboard
fun LocationPuck2D(topImage: Drawable? = null, bearingImage: Drawable? = null, shadowImage: Drawable? = null, scaleExpression: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): Drawable?
component2
Link copied to clipboard
operator fun component2(): Drawable?
component3
Link copied to clipboard
operator fun component3(): Drawable?
component4
Link copied to clipboard
operator fun component4(): String?
copy
Link copied to clipboard
fun copy(topImage: Drawable? = null, bearingImage: Drawable? = null, shadowImage: Drawable? = null, scaleExpression: String? = null): LocationPuck2D
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

bearingImage
Link copied to clipboard
var bearingImage: Drawable? = null
Name of image in sprite to use as the middle of the location indicator.
scaleExpression
Link copied to clipboard
var scaleExpression: String? = null
The scale expression of the images.
shadowImage
Link copied to clipboard
var shadowImage: Drawable? = null
Name of image in sprite to use as the background of the location indicator.
topImage
Link copied to clipboard
var topImage: Drawable? = null
Name of image in sprite to use as the top of the location indicator.