Package-level declarations
Types
The state holder for CircleAnnotationGroup properties.
The state holder for CircleAnnotation properties.
The state holder for PointAnnotationGroup properties.
The state holder for PointAnnotation properties.
The state holder for PolygonAnnotationGroup properties.
The state holder for PolygonAnnotation properties.
The state holder for PolylineAnnotationGroup properties.
The state holder for PolylineAnnotation properties.
Functions
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.
Composable function to add a CircleAnnotation to the Map.
Composable function to add a CircleAnnotationGroup to the Map. For convenience, if there's no need to hoist the circleAnnotationGroupState, use CircleAnnotationGroup(annotations, annotationConfig, onClick, init)
with trailing lambda instead.
Composable function to add a CircleAnnotationGroup to the Map.
Composable function to add a PointAnnotation to the Map. For convenience, if there's no need to hoist the pointAnnotationState, use PointAnnotation(point, onClick, init)
with trailing lambda instead.
Composable function to add a PointAnnotation to the Map.
Composable function to add a PointAnnotationGroup to the Map. For convenience, if there's no need to hoist the pointAnnotationGroupState, use PointAnnotationGroup(annotations, annotationConfig, onClick, init)
with trailing lambda instead.
Composable function to add a PointAnnotationGroup to the Map.
Composable function to add a PolygonAnnotation to the Map. For convenience, if there's no need to hoist the polygonAnnotationState, use PolygonAnnotation(points, onClick, init)
with trailing lambda instead.
Composable function to add a PolygonAnnotation to the Map.
Composable function to add a PolygonAnnotationGroup to the Map. For convenience, if there's no need to hoist the polygonAnnotationGroupState, use PolygonAnnotationGroup(annotations, annotationConfig, onClick, init)
with trailing lambda instead.
Composable function to add a PolygonAnnotationGroup to the Map.
Composable function to add a PolylineAnnotation to the Map. For convenience, if there's no need to hoist the polylineAnnotationState, use PolylineAnnotation(points, onClick, init)
with trailing lambda instead.
Composable function to add a PolylineAnnotation to the Map.
Composable function to add a PolylineAnnotationGroup to the Map. For convenience, if there's no need to hoist the polylineAnnotationGroupState, use PolylineAnnotationGroup(annotations, annotationConfig, onClick, init)
with trailing lambda instead.
Composable function to add a PolylineAnnotationGroup to the Map.
Set circle-color to initialise the circleAnnotation with.
Set circle-stroke-color to initialise the circleAnnotation with.
Set fill-color to initialise the polygonAnnotation with.
Set fill-outline-color to initialise the polygonAnnotation with.
Set icon-color to initialise the pointAnnotation with.
Set icon-halo-color to initialise the pointAnnotation with.
Set line-border-color to initialise the polylineAnnotation with.
Set line-color to initialise the polylineAnnotation with.
Set text-color to initialise the pointAnnotation with.
Set text-halo-color to initialise the pointAnnotation with.