MarkerState

class MarkerState(position: LatLng = LatLng(0.0, 0.0))

A state object that can be hoisted to control and observe the marker state.

Parameters

position

the initial marker position

Constructors

Link copied to clipboard
constructor(position: LatLng = LatLng(0.0, 0.0))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current DragState of the marker.

Link copied to clipboard
var position: LatLng

Current position of the marker.

Functions

Link copied to clipboard

Hides the info window for the underlying marker

Link copied to clipboard

Shows the info window for the underlying marker