open class Icon
Class that represents image on the map. It can be used e.g. as a visual representation of a marker.
open class Factory
Factory class used to create an |
Icon(name: String!, width: Int, height: Int, scale: Double, data: ByteArray!, isAnimated: Boolean)
Constructor for drawables. |
open fun getData(): ByteArray?
Get icon image as byte array. |
|
open fun getHeight(): Int
Get icon image height. |
|
open fun getScale(): Double
Get icon scale. |
|
open fun getWidth(): Int
Get icon image width. |