IconImage

Represents an IconImage for PointAnnotationState, it can either be a String image id or a Bitmap to be added to the map.

Constructors

Link copied to clipboard
fun IconImage(imageId: String)

Construct a IconImage with imageId as a String.

Link copied to clipboard
fun IconImage(bitmap: Bitmap)

Construct a IconImage with bitmap as a Bitmap.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Override the equals.

Link copied to clipboard
open override fun hashCode(): Int

Override the hashcode.

Link copied to clipboard
open override fun toString(): String

Override toString.

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