copy

fun copy(    coordinate: GeoPoint,     pinImage: Image,     pinIconImage: Image?,     shieldImage: Image?,     pinIconAnchor: PointF,     placementAnchor: PointF,     shieldImageAnchor: PointF,     tag: String?,     label: Label?,     balloonText: String): MarkerOptions

Deprecated

This will be removed from future releases after 2025-03-31.

Replace with

MarkerOptions(coordinate, pinImage, pinIconImage, shieldImage, pinIconAnchor, placementAnchor, shieldImageAnchor, tag, label, balloonText)