Circle Annotation
Composable function to add a CircleAnnotation to the Map. For convenience, if there's no need to hoist the circleAnnotationState, use CircleAnnotation(point, onClick, init)
with trailing lambda instead.
Parameters
The Point of the circleAnnotation, which represents the location of the circleAnnotation on the map.
Callback to be invoked when the CircleAnnotation is clicked. The clicked CircleAnnotation will be passed as parameter.
The state holder for CircleAnnotation properties.
Composable function to add a CircleAnnotation to the Map.
Parameters
The Point of the circleAnnotation, which represents the location of the circleAnnotation on the map.
Callback to be invoked when the CircleAnnotation is clicked. The clicked CircleAnnotation will be passed as parameter.
the lambda that will be applied to the remembered CircleAnnotationState.