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 6 months after the next release.
Replace with
MarkerOptions(coordinate, pinImage, pinIconImage, shieldImage, pinIconAnchor, placementAnchor, shieldImageAnchor, tag, label, balloonText)
Content copied to clipboard