position

var position: LatLng

Current position of the marker.

This property is backed by Compose state. It can be updated by the API user and by the API itself: it has two potentially competing sources of truth.

The API will not update the property unless isDragging == true, which will happen if and only if a Marker is draggable and the end user is currently dragging it.