OmhMarkerOptions
constructor(position: OmhCoordinate = OmhCoordinate(), title: String? = null, clickable: Boolean = true, draggable: Boolean = false, anchor: Pair<Float, Float> = Pair(Constants.ANCHOR_CENTER, Constants.ANCHOR_CENTER), infoWindowAnchor: Pair<Float, Float> = Pair(
Constants.ANCHOR_CENTER,
Constants.ANCHOR_TOP
), alpha: Float = Constants.DEFAULT_ALPHA, snippet: String? = null, isVisible: Boolean = Constants.DEFAULT_IS_VISIBLE, isFlat: Boolean = Constants.DEFAULT_IS_FLAT, rotation: Float = Constants.DEFAULT_ROTATION, @ColorInt backgroundColor: Int? = null, icon: Drawable? = null, zIndex: Float? = null)