LocationPuck2D

Definition of a location_puck_2_d.

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

Constructors

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

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?, bearingImage: Drawable?, shadowImage: Drawable?, scaleExpression: String?): 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

Name of image in sprite to use as the middle of the location indicator.

var bearingImage: Drawable?
scaleExpression
Link copied to clipboard

The scale expression of the images. If defined, it will be applied to all the three images.

var scaleExpression: String?
shadowImage
Link copied to clipboard

Name of image in sprite to use as the background of the location indicator.

var shadowImage: Drawable?
topImage
Link copied to clipboard

Name of image in sprite to use as the top of the location indicator.

var topImage: Drawable?