Companion
object Companion
Functions
Link copied to clipboard
Build an Icon using the SDK's built-in default pin (a teardrop marker in Woosmap brand blue).
fun defaultMarker(context: Context, hue: Float, anchor: Point? = null, scaledSize: Size? = null): Icon
Build a hue-tinted variant of the SDK's built-in default pin.
Link copied to clipboard
Link copied to clipboard
fun fromResource(context: Context, @DrawableRes resId: Int, anchor: Point? = null, scaledSize: Size? = null): Icon
Build an Icon from a drawable resource.