Package-level declarations
Types
Link copied to clipboard
Represents an IconImage for PointAnnotationState, it can either be a String image id or a Bitmap to be added to the map.
Link copied to clipboard
Defines an animation effect that can be applied to a Marker.
Link copied to clipboard
Defines when a marker animation should be triggered.
Functions
Link copied to clipboard
fun Marker(point: Point, color: Color = Color(0xffcfdaf7), innerColor: Color = Color(0xffffffff), stroke: Color? = Color(0xff3a59fa), text: String? = null, appearAnimation: List<MarkerAnimationEffect> = emptyList(), disappearAnimation: List<MarkerAnimationEffect> = emptyList(), onClick: () -> Unit? = null)
Composable function to add a simple Marker to the Map.
Link copied to clipboard
Create and remember a Bitmap with resourceId.
Link copied to clipboard
fun ViewAnnotation(options: ViewAnnotationOptions, modifier: Modifier = Modifier, onUpdatedListener: OnViewAnnotationUpdatedListener? = null, content: @Composable () -> Unit)
Composable function to add a ViewAnnotation to the Map.