diff --git a/index.html b/index.html index 1af14ecc1..62bc29f6b 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
-6.3.0
+6.4.0 diff --git a/maps-compose-utils/com.google.maps.android.compose.clustering/-clustering.html b/maps-compose-utils/com.google.maps.android.compose.clustering/-clustering.html index f7e7591c7..694180314 100644 --- a/maps-compose-utils/com.google.maps.android.compose.clustering/-clustering.html +++ b/maps-compose-utils/com.google.maps.android.compose.clustering/-clustering.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -85,7 +85,7 @@

Clustering

Groups many items on a map based on zoom level.

Parameters

items

all items to show

onClusterClick

a lambda invoked when the user clicks a cluster of items

onClusterItemClick

a lambda invoked when the user clicks a non-clustered item

onClusterItemInfoWindowClick

a lambda invoked when the user clicks the info window of a non-clustered item

onClusterItemInfoWindowLongClick

a lambda invoked when the user long-clicks the info window of a non-clustered item

clusterContent

an optional Composable that is rendered for each Cluster.

clusterItemContent

an optional Composable that is rendered for each non-clustered item.

clusterRenderer

an optional ClusterRenderer that can be used to specify the algorithm used by the rendering.

diff --git a/maps-compose-utils/com.google.maps.android.compose.clustering/index.html b/maps-compose-utils/com.google.maps.android.compose.clustering/index.html index b84323c6f..a4f95152c 100644 --- a/maps-compose-utils/com.google.maps.android.compose.clustering/index.html +++ b/maps-compose-utils/com.google.maps.android.compose.clustering/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -119,7 +119,7 @@

Functions

diff --git a/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-manager.html b/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-manager.html index a2b05d232..38aeff8d9 100644 --- a/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-manager.html +++ b/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-manager.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberCluster
fun <T : ClusterItem> rememberClusterManager(): ClusterManager<T>?

diff --git a/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-renderer.html b/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-renderer.html index 480f6065f..a0d54af1a 100644 --- a/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-renderer.html +++ b/maps-compose-utils/com.google.maps.android.compose.clustering/remember-cluster-renderer.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberCluster
fun <T : ClusterItem> rememberClusterRenderer(clusterManager: ClusterManager<T>?): ClusterRenderer<T>?


fun <T : ClusterItem> rememberClusterRenderer(clusterContent: @Composable (Cluster<T>) -> Unit?, clusterItemContent: @Composable (T) -> Unit?, clusterManager: ClusterManager<T>?): ClusterRenderer<T>?

Default Renderer for drawing Composable.

Parameters

clusterContent

an optional Composable that is rendered for each Cluster.

clusterItemContent

an optional Composable that is rendered for each non-clustered item.

diff --git a/maps-compose-utils/index.html b/maps-compose-utils/index.html index 225a0878b..037db6ea5 100644 --- a/maps-compose-utils/index.html +++ b/maps-compose-utils/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -85,7 +85,7 @@

Packages

diff --git a/maps-compose-widgets/com.google.maps.android.compose.widgets/-dark-gray.html b/maps-compose-widgets/com.google.maps.android.compose.widgets/-dark-gray.html index 74e2d7f60..6abf2b1fa 100644 --- a/maps-compose-widgets/com.google.maps.android.compose.widgets/-dark-gray.html +++ b/maps-compose-widgets/com.google.maps.android.compose.widgets/-dark-gray.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

DarkGray

diff --git a/maps-compose-widgets/com.google.maps.android.compose.widgets/-disappearing-scale-bar.html b/maps-compose-widgets/com.google.maps.android.compose.widgets/-disappearing-scale-bar.html index 0a2f988c4..6d4e9d08c 100644 --- a/maps-compose-widgets/com.google.maps.android.compose.widgets/-disappearing-scale-bar.html +++ b/maps-compose-widgets/com.google.maps.android.compose.widgets/-disappearing-scale-bar.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

DisappearingScale
fun DisappearingScaleBar(modifier: Modifier = Modifier, width: Dp = defaultWidth, height: Dp = defaultHeight, cameraPositionState: CameraPositionState, textColor: Color = DarkGray, lineColor: Color = DarkGray, shadowColor: Color = Color.White, visibilityDurationMillis: Int, enterTransition: EnterTransition = fadeIn(), exitTransition: ExitTransition = fadeOut())

An animated scale bar that appears when the zoom level of the map changes, and then disappears after visibilityDurationMillis. This composable wraps ScaleBar with visibility animations.

Implement your own observer on camera move events using CameraPositionState and pass it in as cameraPositionState.

diff --git a/maps-compose-widgets/com.google.maps.android.compose.widgets/-scale-bar.html b/maps-compose-widgets/com.google.maps.android.compose.widgets/-scale-bar.html index 3f97d2388..d7435fdbd 100644 --- a/maps-compose-widgets/com.google.maps.android.compose.widgets/-scale-bar.html +++ b/maps-compose-widgets/com.google.maps.android.compose.widgets/-scale-bar.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

ScaleBar

fun ScaleBar(modifier: Modifier = Modifier, width: Dp = defaultWidth, height: Dp = defaultHeight, cameraPositionState: CameraPositionState, textColor: Color = DarkGray, lineColor: Color = DarkGray, shadowColor: Color = Color.White)

A scale bar composable that shows the current scale of the map in feet and meters when zoomed in to the map, changing to miles and kilometers, respectively, when zooming out.

Implement your own observer on camera move events using CameraPositionState and pass it in as cameraPositionState.

diff --git a/maps-compose-widgets/com.google.maps.android.compose.widgets/index.html b/maps-compose-widgets/com.google.maps.android.compose.widgets/index.html index 343daeaec..7339c15ce 100644 --- a/maps-compose-widgets/com.google.maps.android.compose.widgets/index.html +++ b/maps-compose-widgets/com.google.maps.android.compose.widgets/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -123,7 +123,7 @@

Functions

diff --git a/maps-compose-widgets/index.html b/maps-compose-widgets/index.html index 95324493c..f610767fe 100644 --- a/maps-compose-widgets/index.html +++ b/maps-compose-widgets/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -85,7 +85,7 @@

Packages

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/index.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/index.html index b90f75ba3..a6bd6c678 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -90,7 +90,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/invoke.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/invoke.html index 9b8bc19db..8132563be 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/invoke.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/-companion/invoke.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

invoke

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/animate-to.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/animate-to.html index 7367ba6f3..b6500489e 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/animate-to.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/animate-to.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

animateTo

fun animateTo(camera: StreetViewPanoramaCamera, durationMs: Int)

Animates the camera to be at camera in durationMs milliseconds.

Parameters

camera

the camera to update to

durationMs

the duration of the animation in milliseconds

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/index.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/index.html index 82e2f29c5..37ab70c70 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/index.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -158,7 +158,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/location.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/location.html index 4d5e7184a..264b5ad0f 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/location.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/location.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

location

val location: StreetViewPanoramaLocation

The location of the panorama.

This is read-only - to update the camera's position use setPosition.

Note that this property is observable and if you use it in a composable function it will be recomposed on every change. Use snapshotFlow to observe it instead.

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/panorama-camera.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/panorama-camera.html index ed12c6193..52c7b78fd 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/panorama-camera.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/panorama-camera.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

panoramaCamera

val panoramaCamera: StreetViewPanoramaCamera

The camera of the panorama.

Note that this property is observable and if you use it in a composable function it will be recomposed on every change. Use snapshotFlow to observe it instead.

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/set-position.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/set-position.html index 4c2100455..1771523ad 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/set-position.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view-camera-position-state/set-position.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

setPosition

fun setPosition(position: LatLng, radius: Int? = null, source: StreetViewSource? = null)

Sets the position of the panorama.

Parameters

position

the LatLng of the panorama

radius

the area in which to search for a panorama in meters

source

the source of the panoramas


fun setPosition(panoId: String)

Sets the StreetViewPanorama to the given panorama ID.

Parameters

panoId

the ID of the panorama to set to

diff --git a/maps-compose/com.google.maps.android.compose.streetview/-street-view.html b/maps-compose/com.google.maps.android.compose.streetview/-street-view.html index ca968b2a8..3f9708ada 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/-street-view.html +++ b/maps-compose/com.google.maps.android.compose.streetview/-street-view.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -68,7 +68,7 @@

StreetView

}, isPanningGesturesEnabled: Boolean = true, isStreetNamesEnabled: Boolean = true, isUserNavigationEnabled: Boolean = true, isZoomGesturesEnabled: Boolean = true, onClick: (StreetViewPanoramaOrientation) -> Unit = {}, onLongClick: (StreetViewPanoramaOrientation) -> Unit = {})

A composable for displaying a Street View for a given location. A location might not be available for a given set of coordinates. We recommend you to check our sample on StreetViewActivity using our utility function in StreetViewUtils to manage non-existing locations.

Parameters

modifier

Modifier to be applied to the StreetView

cameraPositionState

the StreetViewCameraPositionState to be used to control or observe the Street View's camera

streetViewPanoramaOptionsFactory

a factory lambda for providing a StreetViewPanoramaOptions object which is used when the underlying StreetViewPanoramaView is constructed

isPanningGesturesEnabled

whether panning gestures are enabled or not

isStreetNamesEnabled

whether street names are enabled or not

isUserNavigationEnabled

whether user navigation is enabled or not

isZoomGesturesEnabled

whether zoom gestures are enabled or not

onClick

lambda to receive events when the Street View is clicked

onLongClick

lambda to receive events when the Street View is long clicked

diff --git a/maps-compose/com.google.maps.android.compose.streetview/index.html b/maps-compose/com.google.maps.android.compose.streetview/index.html index 30dc65247..f6b242497 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/index.html +++ b/maps-compose/com.google.maps.android.compose.streetview/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -125,7 +125,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose.streetview/remember-street-view-camera-position-state.html b/maps-compose/com.google.maps.android.compose.streetview/remember-street-view-camera-position-state.html index b73abbd30..2fac8f2b7 100644 --- a/maps-compose/com.google.maps.android.compose.streetview/remember-street-view-camera-position-state.html +++ b/maps-compose/com.google.maps.android.compose.streetview/remember-street-view-camera-position-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberStreetView

diff --git a/maps-compose/com.google.maps.android.compose/-advanced-marker.html b/maps-compose/com.google.maps.android.compose/-advanced-marker.html index 32fd7f8ac..2281f0b96 100644 --- a/maps-compose/com.google.maps.android.compose/-advanced-marker.html +++ b/maps-compose/com.google.maps.android.compose/-advanced-marker.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

AdvancedMarker

fun AdvancedMarker(state: MarkerState = rememberMarkerState(), contentDescription: String? = "", alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {}, pinConfig: PinConfig? = null, iconView: View? = null, collisionBehavior: Int = AdvancedMarkerOptions.CollisionBehavior.REQUIRED)

A composable for an advanced marker on the map.

Parameters

state

the MarkerState to be used to control or observe the marker state such as its position and info window

contentDescription

the content description for accessibility purposes

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

pinConfig

the PinConfig object that will be used for the advanced marker

iconView

the custom view to be used on the advanced marker

collisionBehavior

the expected collision behavior

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-a-p-i_-a-n-i-m-a-t-i-o-n/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-a-p-i_-a-n-i-m-a-t-i-o-n/index.html index ea192ae36..58dad2eab 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-a-p-i_-a-n-i-m-a-t-i-o-n/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-a-p-i_-a-n-i-m-a-t-i-o-n/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/from-int.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/from-int.html index 0d6af44c4..0aee3289c 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/from-int.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/from-int.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

fromInt

Converts from the Maps SDK com.google.android.gms.maps.GoogleMap.OnCameraMoveStartedListener constants to CameraMoveStartedReason, or returns UNKNOWN if there is no such CameraMoveStartedReason for the given value.

See https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraMoveStartedListener#constants.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/index.html index f1f3a383d..c639b9991 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -90,7 +90,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-d-e-v-e-l-o-p-e-r_-a-n-i-m-a-t-i-o-n/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-d-e-v-e-l-o-p-e-r_-a-n-i-m-a-t-i-o-n/index.html index 56f59f2e2..4e55da387 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-d-e-v-e-l-o-p-e-r_-a-n-i-m-a-t-i-o-n/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-d-e-v-e-l-o-p-e-r_-a-n-i-m-a-t-i-o-n/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-g-e-s-t-u-r-e/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-g-e-s-t-u-r-e/index.html index f9dad3151..bcd80c0be 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-g-e-s-t-u-r-e/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-g-e-s-t-u-r-e/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-n-o_-m-o-v-e-m-e-n-t_-y-e-t/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-n-o_-m-o-v-e-m-e-n-t_-y-e-t/index.html index eb7961810..67e240fc0 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-n-o_-m-o-v-e-m-e-n-t_-y-e-t/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-n-o_-m-o-v-e-m-e-n-t_-y-e-t/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-u-n-k-n-o-w-n/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-u-n-k-n-o-w-n/index.html index 126b6cc14..637958fc2 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-u-n-k-n-o-w-n/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/-u-n-k-n-o-w-n/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/entries.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/entries.html index 3d0a2bf84..53668404b 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/entries.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/entries.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/index.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/index.html index edad22ea4..fccdf58b0 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -267,7 +267,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value-of.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value-of.html index dfc1ec2f4..1d7b37c50 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value-of.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value-of.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

valueOf

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value.html index ee6431ec0..224d77350 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/value.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

value

val value: Int
diff --git a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/values.html b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/values.html index e570229e1..87a2d57c5 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/values.html +++ b/maps-compose/com.google.maps.android.compose/-camera-move-started-reason/values.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

values

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/-saver.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/-saver.html index c3b3becb1..49bec1a6b 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/-saver.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/-saver.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Saver

val Saver: Saver<CameraPositionState, CameraPosition>

The default saver implementation for CameraPositionState

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/index.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/index.html index b7e099ba8..4aee120d9 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -109,7 +109,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/invoke.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/invoke.html index 352e423c9..8a27f191c 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/invoke.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/-companion/invoke.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

invoke

operator fun invoke(position: CameraPosition = CameraPosition(LatLng(0.0, 0.0), 0f, 0f, 0f)): CameraPositionState

Creates a new CameraPositionState object

Parameters

position

the initial camera position

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/animate.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/animate.html index 21a745bbe..ac82ef154 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/animate.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/animate.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

animate

suspend fun animate(update: CameraUpdate, durationMs: Int = MAX_VALUE)

Animate the camera position as specified by update, returning once the animation has completed. position will reflect the position of the camera as the animation proceeds.

animate will throw CancellationException if the animation does not fully complete. This can happen if:

  • The user manipulates the map directly

  • position is set explicitly, e.g. state.position = CameraPosition(...)

  • animate is called again before an earlier call to animate returns

  • move is called

  • The calling job is cancelled externally

If this CameraPositionState is not currently bound to a GoogleMap this call will suspend until a map is bound and animation will begin.

This method should only be called from a dispatcher bound to the map's UI thread.

Parameters

update

the change that should be applied to the camera

durationMs

The duration of the animation in milliseconds. If Int.MAX_VALUE is provided, the default animation duration will be used. Otherwise, the value provided must be strictly positive, otherwise an IllegalArgumentException will be thrown.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/camera-move-started-reason.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/camera-move-started-reason.html index 02205c3c8..b66a17a10 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/camera-move-started-reason.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/camera-move-started-reason.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

cameraMoveStarted

The reason for the start of the most recent camera moment, or CameraMoveStartedReason.NO_MOVEMENT_YET if the camera hasn't moved yet or CameraMoveStartedReason.UNKNOWN if an unknown constant is received from the Maps SDK.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/index.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/index.html index 6cb02b438..f2a76ae82 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/index.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -188,7 +188,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/is-moving.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/is-moving.html index e932d843a..f5fe16421 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/is-moving.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/is-moving.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isMoving

Whether the camera is currently moving or not. This includes any kind of movement: panning, zooming, or rotation.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/move.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/move.html index 659210355..0271c384e 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/move.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/move.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

move

fun move(update: CameraUpdate)

Move the camera instantaneously as specified by update. Any calls to animate in progress will be cancelled. position will be updated when the bound map's position has been updated, or if the map is currently unbound, update will be applied when a map is next bound. Other calls to move, animate, or setting position will override an earlier pending call to move.

This method must be called from the map's UI thread.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/position.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/position.html index e5366e0b4..dd3ca3e59 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/position.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/position.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

position

var position: CameraPosition

Current position of the camera on the map.

diff --git a/maps-compose/com.google.maps.android.compose/-camera-position-state/projection.html b/maps-compose/com.google.maps.android.compose/-camera-position-state/projection.html index effed5404..64bd11bd4 100644 --- a/maps-compose/com.google.maps.android.compose/-camera-position-state/projection.html +++ b/maps-compose/com.google.maps.android.compose/-camera-position-state/projection.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

projection

val projection: Projection?

Returns the current Projection to be used for converting between screen coordinates and lat/lng.

diff --git a/maps-compose/com.google.maps.android.compose/-circle.html b/maps-compose/com.google.maps.android.compose/-circle.html index aaae98592..7858f4059 100644 --- a/maps-compose/com.google.maps.android.compose/-circle.html +++ b/maps-compose/com.google.maps.android.compose/-circle.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Circle

fun Circle(center: LatLng, clickable: Boolean = false, fillColor: Color = Color.Black, radius: Double = 10.0, strokeColor: Color = Color.Black, strokePattern: List<PatternItem>? = null, strokeWidth: Float = 10.0f, tag: Any? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Circle) -> Unit = {})

A composable for a circle on the map.

Parameters

center

the LatLng to use for the center of this circle

clickable

boolean indicating if the circle is clickable or not

fillColor

the fill color of the circle

radius

the radius of the circle in meters.

strokeColor

the stroke color of the circle

strokePattern

a sequence of PatternItem to be repeated along the circle's outline (null represents a solid line)

tag

optional tag to be associated with the circle

strokeWidth

the width of the circle's outline in screen pixels

visible

the visibility of the circle

zIndex

the z-index of the circle

onClick

a lambda invoked when the circle is clicked

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-d-a-r-k/index.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-d-a-r-k/index.html index 9ad583651..b7584f651 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-d-a-r-k/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-d-a-r-k/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-f-o-l-l-o-w_-s-y-s-t-e-m/index.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-f-o-l-l-o-w_-s-y-s-t-e-m/index.html index 7774179f2..c910e29b3 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-f-o-l-l-o-w_-s-y-s-t-e-m/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-f-o-l-l-o-w_-s-y-s-t-e-m/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-l-i-g-h-t/index.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-l-i-g-h-t/index.html index 0eb50d7b6..5ead11b9c 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-l-i-g-h-t/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/-l-i-g-h-t/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/entries.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/entries.html index 3b77eaec6..dbf153816 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/entries.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/entries.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/index.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/index.html index 87f88c552..423560b0d 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -218,7 +218,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value-of.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value-of.html index 6952ae455..34f3fc028 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value-of.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value-of.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

valueOf

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value.html index a484ce001..94a381c35 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/value.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

value

val value: Int

Parameters

value

The integer value corresponding to each map color scheme.

diff --git a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/values.html b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/values.html index 8ee4af636..1fc680362 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/values.html +++ b/maps-compose/com.google.maps.android.compose/-compose-map-color-scheme/values.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

values

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/close.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/close.html index bb2ece263..ce61bc582 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/close.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/close.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

close

open override fun close()
diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/dispose.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/dispose.html index 8f4e8cd98..847b6c9bc 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/dispose.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/dispose.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

dispose

abstract fun dispose()
diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/index.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/index.html index 570ff4d8b..0afa7027d 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/-render-handle/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/index.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/index.html index 4bcb3fc5a..8a6156578 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/index.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -124,7 +124,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/render-view-once.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/render-view-once.html index 046ab7a8b..dc5b6f7d4 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/render-view-once.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/render-view-once.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

renderViewOnce
abstract fun renderViewOnce(view: AbstractComposeView, onAddedToWindow: () -> Unit?)

Prepares view for a single render by temporarily attaching it as a child of the MapView. Its composition will start. onAddedToWindow is called in place, and then view is removed from the window before returning.

diff --git a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/start-rendering-view.html b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/start-rendering-view.html index e9809cda4..cd16ef3a9 100644 --- a/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/start-rendering-view.html +++ b/maps-compose/com.google.maps.android.compose/-compose-ui-view-renderer/start-rendering-view.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

startRendering

diff --git a/maps-compose/com.google.maps.android.compose/-default-indoor-state-change-listener/index.html b/maps-compose/com.google.maps.android.compose/-default-indoor-state-change-listener/index.html index d2ba3bf26..1bfd64639 100644 --- a/maps-compose/com.google.maps.android.compose/-default-indoor-state-change-listener/index.html +++ b/maps-compose/com.google.maps.android.compose/-default-indoor-state-change-listener/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-default-map-content-padding.html b/maps-compose/com.google.maps.android.compose/-default-map-content-padding.html index 5257fb957..59bfd9352 100644 --- a/maps-compose/com.google.maps.android.compose/-default-map-content-padding.html +++ b/maps-compose/com.google.maps.android.compose/-default-map-content-padding.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

DefaultMapContent

Default map content padding does not pad.

diff --git a/maps-compose/com.google.maps.android.compose/-default-map-properties.html b/maps-compose/com.google.maps.android.compose/-default-map-properties.html index 5a8ee18ef..2ecc4a1e0 100644 --- a/maps-compose/com.google.maps.android.compose/-default-map-properties.html +++ b/maps-compose/com.google.maps.android.compose/-default-map-properties.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

DefaultMapProp

Equivalent to MapProperties with default values.

diff --git a/maps-compose/com.google.maps.android.compose/-default-map-ui-settings.html b/maps-compose/com.google.maps.android.compose/-default-map-ui-settings.html index 981cbcf39..6143ca9e3 100644 --- a/maps-compose/com.google.maps.android.compose/-default-map-ui-settings.html +++ b/maps-compose/com.google.maps.android.compose/-default-map-ui-settings.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

DefaultMapUi<

Default settings are all enabled.

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/-d-r-a-g/index.html b/maps-compose/com.google.maps.android.compose/-drag-state/-d-r-a-g/index.html index a206afe2a..c5cc82641 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/-d-r-a-g/index.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/-d-r-a-g/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/-e-n-d/index.html b/maps-compose/com.google.maps.android.compose/-drag-state/-e-n-d/index.html index 5311cde8a..07f52cdb4 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/-e-n-d/index.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/-e-n-d/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/-s-t-a-r-t/index.html b/maps-compose/com.google.maps.android.compose/-drag-state/-s-t-a-r-t/index.html index 35fa108ba..247065f7e 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/-s-t-a-r-t/index.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/-s-t-a-r-t/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/entries.html b/maps-compose/com.google.maps.android.compose/-drag-state/entries.html index 4eed319da..2591ea0a5 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/entries.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/entries.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/index.html b/maps-compose/com.google.maps.android.compose/-drag-state/index.html index b8024183b..005b690df 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/index.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -203,7 +203,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/value-of.html b/maps-compose/com.google.maps.android.compose/-drag-state/value-of.html index a39c353bd..740db7a3d 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/value-of.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/value-of.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

valueOf

fun valueOf(value: String): DragState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/maps-compose/com.google.maps.android.compose/-drag-state/values.html b/maps-compose/com.google.maps.android.compose/-drag-state/values.html index f73a66d2e..2c6675a00 100644 --- a/maps-compose/com.google.maps.android.compose/-drag-state/values.html +++ b/maps-compose/com.google.maps.android.compose/-drag-state/values.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

values

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/maps-compose/com.google.maps.android.compose/-google-map-composable/index.html b/maps-compose/com.google.maps.android.compose/-google-map-composable/index.html index 55362ea45..f6ad963c1 100644 --- a/maps-compose/com.google.maps.android.compose/-google-map-composable/index.html +++ b/maps-compose/com.google.maps.android.compose/-google-map-composable/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -70,7 +70,7 @@

GoogleMapCompo

diff --git a/maps-compose/com.google.maps.android.compose/-google-map-factory/index.html b/maps-compose/com.google.maps.android.compose/-google-map-factory/index.html index 9ed43f791..c2d696da6 100644 --- a/maps-compose/com.google.maps.android.compose/-google-map-factory/index.html +++ b/maps-compose/com.google.maps.android.compose/-google-map-factory/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -70,7 +70,7 @@

GoogleMapFacto

diff --git a/maps-compose/com.google.maps.android.compose/-google-map.html b/maps-compose/com.google.maps.android.compose/-google-map.html index 0965c0a1f..7de6ea798 100644 --- a/maps-compose/com.google.maps.android.compose/-google-map.html +++ b/maps-compose/com.google.maps.android.compose/-google-map.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

GoogleMap

fun GoogleMap(modifier: Modifier = Modifier, mergeDescendants: Boolean = false, cameraPositionState: CameraPositionState = rememberCameraPositionState(), contentDescription: String? = null, googleMapOptionsFactory: () -> GoogleMapOptions = { GoogleMapOptions() }, properties: MapProperties = DefaultMapProperties, locationSource: LocationSource? = null, uiSettings: MapUiSettings = DefaultMapUiSettings, indoorStateChangeListener: IndoorStateChangeListener = DefaultIndoorStateChangeListener, onMapClick: (LatLng) -> Unit? = null, onMapLongClick: (LatLng) -> Unit? = null, onMapLoaded: () -> Unit? = null, onMyLocationButtonClick: () -> Boolean? = null, onMyLocationClick: (Location) -> Unit? = null, onPOIClick: (PointOfInterest) -> Unit? = null, contentPadding: PaddingValues = DefaultMapContentPadding, mapColorScheme: ComposeMapColorScheme? = null, content: @Composable () -> Unit = {})

A compose container for a MapView.

Parameters

modifier

Modifier to be applied to the GoogleMap

mergeDescendants

deactivates the map for accessibility purposes

cameraPositionState

the CameraPositionState to be used to control or observe the map's camera state

contentDescription

the content description for the map used by accessibility services to describe the map. If none is specified, the default is "Google Map".

googleMapOptionsFactory

the block for creating the GoogleMapOptions provided when the map is created

properties

the properties for the map

locationSource

the LocationSource to be used to provide location data

uiSettings

the MapUiSettings to be used for UI-specific settings on the map

indoorStateChangeListener

listener for indoor building state changes

onMapClick

lambda invoked when the map is clicked

onMapLoaded

lambda invoked when the map is finished loading

onMyLocationButtonClick

lambda invoked when the my location button is clicked

onMyLocationClick

lambda invoked when the my location dot is clicked

onPOIClick

lambda invoked when a POI is clicked

contentPadding

the padding values used to signal that portions of the map around the edges may be obscured. The map will move the Google logo, etc. to avoid overlapping the padding.

mapColorScheme

Defines the color scheme for the Map.

content

the content of the map

diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/create.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/create.html index 3a8c97651..efc7f1e57 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/create.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/create.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

create

fun create(latLngBounds: LatLngBounds): GroundOverlayPosition
fun create(location: LatLng, width: Float, height: Float? = null): GroundOverlayPosition
diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/index.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/index.html index 518a239e5..df79eddd3 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -90,7 +90,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/height.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/height.html index 1c83abf25..2a9825958 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/height.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/height.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

height

val height: Float? = null
diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/index.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/index.html index e54e64669..b9e10a3c2 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/index.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -154,7 +154,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/lat-lng-bounds.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/lat-lng-bounds.html index 69cc5baa6..618873396 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/lat-lng-bounds.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/lat-lng-bounds.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

latLngBounds
val latLngBounds: LatLngBounds? = null

diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/location.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/location.html index c4e42c3e8..b116375e2 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/location.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/location.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

location

val location: LatLng? = null
diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/width.html b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/width.html index d8c387a37..c45482d0b 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay-position/width.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay-position/width.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

width

val width: Float? = null
diff --git a/maps-compose/com.google.maps.android.compose/-ground-overlay.html b/maps-compose/com.google.maps.android.compose/-ground-overlay.html index e95a2803a..d81050f1d 100644 --- a/maps-compose/com.google.maps.android.compose/-ground-overlay.html +++ b/maps-compose/com.google.maps.android.compose/-ground-overlay.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

GroundOverlay

fun GroundOverlay(position: GroundOverlayPosition, image: BitmapDescriptor, anchor: Offset = Offset(0.5f, 0.5f), bearing: Float = 0.0f, clickable: Boolean = false, tag: Any? = null, transparency: Float = 0.0f, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (GroundOverlay) -> Unit = {})

A composable for a ground overlay on the map.

Parameters

position

the position of the ground overlay

image

the image of the ground overlay

anchor

the anchor of the ground overlay

bearing

the bearing of the ground overlay in degrees clockwise from north

clickable

boolean indicating if the ground overlay is clickable or not

tag

optional tag to associate with the ground overlay

transparency

the transparency of the ground overlay

visible

the visibility of the ground overlay

zIndex

the z-index of the ground overlay

onClick

a lambda invoked when the ground overlay is clicked

diff --git a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/index.html b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/index.html index 1077ea0b3..baeae4569 100644 --- a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/index.html +++ b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -105,7 +105,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-building-focused.html b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-building-focused.html index b91e3beed..52f2d7406 100644 --- a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-building-focused.html +++ b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-building-focused.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

onIndoorBuilding

Callback invoked when an indoor building comes to focus.

diff --git a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-level-activated.html b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-level-activated.html index 786852201..26683050e 100644 --- a/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-level-activated.html +++ b/maps-compose/com.google.maps.android.compose/-indoor-state-change-listener/on-indoor-level-activated.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

onIndoorLevel
open fun onIndoorLevelActivated(building: IndoorBuilding)

Callback invoked when a level for a building is activated.

Parameters

building

the activated building

diff --git a/maps-compose/com.google.maps.android.compose/-input-handler.html b/maps-compose/com.google.maps.android.compose/-input-handler.html index 4410ff213..5ffdcb961 100644 --- a/maps-compose/com.google.maps.android.compose/-input-handler.html +++ b/maps-compose/com.google.maps.android.compose/-input-handler.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

InputHandler

fun InputHandler(onCircleClick: (Circle) -> Unit? = null, onGroundOverlayClick: (GroundOverlay) -> Unit? = null, onPolygonClick: (Polygon) -> Unit? = null, onPolylineClick: (Polyline) -> Unit? = null, onMarkerClick: (Marker) -> Boolean? = null, onInfoWindowClick: (Marker) -> Unit? = null, onInfoWindowClose: (Marker) -> Unit? = null, onInfoWindowLongClick: (Marker) -> Unit? = null, onMarkerDrag: (Marker) -> Unit? = null, onMarkerDragEnd: (Marker) -> Unit? = null, onMarkerDragStart: (Marker) -> Unit? = null)

A generic handler for map input. Non-null lambdas will be invoked if no other node was able to handle that input. For example, if OnMarkerClickListener.onMarkerClick was invoked and no matching MarkerNode was found, this onMarkerClick will be invoked.

diff --git a/maps-compose/com.google.maps.android.compose/-map-effect.html b/maps-compose/com.google.maps.android.compose/-map-effect.html index ff9499c01..7a608b46a 100644 --- a/maps-compose/com.google.maps.android.compose/-map-effect.html +++ b/maps-compose/com.google.maps.android.compose/-map-effect.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MapEffect

fun MapEffect(key1: Any?, block: suspend CoroutineScope.(GoogleMap) -> Unit)

A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext. This effect will be re-launched when a different key1 is provided.

Note: This effect should be used with caution as the GoogleMap's properties is managed by the _root_ide_package_.com.google.maps.android.compose.GoogleMap() composable function. However, there are use cases when obtaining a raw reference to the map is desirable for extensibility (e.g. using the utility library for clustering).


fun MapEffect(key1: Any?, key2: Any?, block: suspend CoroutineScope.(GoogleMap) -> Unit)

A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext. This effect will be re-launched when a different key1 or key2 is provided.

Note: This effect should be used with caution as the GoogleMap's properties is managed by the _root_ide_package_.com.google.maps.android.compose.GoogleMap() composable function. However, there are use cases when obtaining a raw reference to the map is desirable for extensibility (e.g. using the utility library for clustering).


fun MapEffect(key1: Any?, key2: Any?, key3: Any?, block: suspend CoroutineScope.(GoogleMap) -> Unit)

A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext. This effect will be re-launched when a different key1, key2, or key3 is provided.

Note: This effect should be used with caution as the GoogleMap's properties is managed by the _root_ide_package_.com.google.maps.android.compose.GoogleMap() composable function. However, there are use cases when obtaining a raw reference to the map is desirable for extensibility (e.g. using the utility library for clustering).


fun MapEffect(vararg keys: Any?, block: suspend CoroutineScope.(GoogleMap) -> Unit)

A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext. This effect will be re-launched with any different keys.

Note: This effect should be used with caution as the GoogleMap's properties is managed by the _root_ide_package_.com.google.maps.android.compose.GoogleMap() composable function. However, there are use cases when obtaining a raw reference to the map is desirable for extensibility (e.g. using the utility library for clustering).

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/-map-properties.html b/maps-compose/com.google.maps.android.compose/-map-properties/-map-properties.html index 42a878786..ac93c1719 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/-map-properties.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/-map-properties.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MapProperties

constructor(isBuildingEnabled: Boolean = false, isIndoorEnabled: Boolean = false, isMyLocationEnabled: Boolean = false, isTrafficEnabled: Boolean = false, latLngBoundsForCameraTarget: LatLngBounds? = null, mapStyleOptions: MapStyleOptions? = null, mapType: MapType = MapType.NORMAL, maxZoomPreference: Float = 21.0f, minZoomPreference: Float = 3.0f)
diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/copy.html b/maps-compose/com.google.maps.android.compose/-map-properties/copy.html index 75d5fa1d7..d36dc2831 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/copy.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/copy.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

copy

fun copy(isBuildingEnabled: Boolean = this.isBuildingEnabled, isIndoorEnabled: Boolean = this.isIndoorEnabled, isMyLocationEnabled: Boolean = this.isMyLocationEnabled, isTrafficEnabled: Boolean = this.isTrafficEnabled, latLngBoundsForCameraTarget: LatLngBounds? = this.latLngBoundsForCameraTarget, mapStyleOptions: MapStyleOptions? = this.mapStyleOptions, mapType: MapType = this.mapType, maxZoomPreference: Float = this.maxZoomPreference, minZoomPreference: Float = this.minZoomPreference): MapProperties
diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/equals.html b/maps-compose/com.google.maps.android.compose/-map-properties/equals.html index ecce45807..11359a9b7 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/equals.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/equals.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

equals

open operator override fun equals(other: Any?): Boolean
diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/hash-code.html b/maps-compose/com.google.maps.android.compose/-map-properties/hash-code.html index dc7602d90..7036c7dc2 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/hash-code.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/hash-code.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

hashCode

open override fun hashCode(): Int
diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/index.html b/maps-compose/com.google.maps.android.compose/-map-properties/index.html index 21a12894d..b9cdadbe8 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -293,7 +293,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/is-building-enabled.html b/maps-compose/com.google.maps.android.compose/-map-properties/is-building-enabled.html index b1fed8f34..469a1a53f 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/is-building-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/is-building-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isBuildingEnab

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/is-indoor-enabled.html b/maps-compose/com.google.maps.android.compose/-map-properties/is-indoor-enabled.html index bac210732..05ffc6664 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/is-indoor-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/is-indoor-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isIndoorEnable

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/is-my-location-enabled.html b/maps-compose/com.google.maps.android.compose/-map-properties/is-my-location-enabled.html index c5f67ca60..6cc4b85b3 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/is-my-location-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/is-my-location-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isMyLocation<

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/is-traffic-enabled.html b/maps-compose/com.google.maps.android.compose/-map-properties/is-traffic-enabled.html index 653f2388b..fd08dcd15 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/is-traffic-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/is-traffic-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isTrafficEnabl

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/lat-lng-bounds-for-camera-target.html b/maps-compose/com.google.maps.android.compose/-map-properties/lat-lng-bounds-for-camera-target.html index d93ff3301..4d93f4dcf 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/lat-lng-bounds-for-camera-target.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/lat-lng-bounds-for-camera-target.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

latLngBounds<
val latLngBoundsForCameraTarget: LatLngBounds? = null

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/map-style-options.html b/maps-compose/com.google.maps.android.compose/-map-properties/map-style-options.html index 08a193388..8a07ac0f8 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/map-style-options.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/map-style-options.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

mapStyleOption
val mapStyleOptions: MapStyleOptions? = null

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/map-type.html b/maps-compose/com.google.maps.android.compose/-map-properties/map-type.html index 05fb1327d..50046b89e 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/map-type.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/map-type.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

mapType

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/max-zoom-preference.html b/maps-compose/com.google.maps.android.compose/-map-properties/max-zoom-preference.html index 6418006f7..42dbed7b0 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/max-zoom-preference.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/max-zoom-preference.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

maxZoomPrefere

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/min-zoom-preference.html b/maps-compose/com.google.maps.android.compose/-map-properties/min-zoom-preference.html index a8e9b137a..5561fea6d 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/min-zoom-preference.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/min-zoom-preference.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

minZoomPrefere

diff --git a/maps-compose/com.google.maps.android.compose/-map-properties/to-string.html b/maps-compose/com.google.maps.android.compose/-map-properties/to-string.html index dee9c8e86..a0a0b7bb1 100644 --- a/maps-compose/com.google.maps.android.compose/-map-properties/to-string.html +++ b/maps-compose/com.google.maps.android.compose/-map-properties/to-string.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

toString

open override fun toString(): String
diff --git a/maps-compose/com.google.maps.android.compose/-map-type/-h-y-b-r-i-d/index.html b/maps-compose/com.google.maps.android.compose/-map-type/-h-y-b-r-i-d/index.html index 09824432e..f5bda7539 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/-h-y-b-r-i-d/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/-h-y-b-r-i-d/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/-n-o-n-e/index.html b/maps-compose/com.google.maps.android.compose/-map-type/-n-o-n-e/index.html index f48e927a9..1932f395e 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/-n-o-n-e/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/-n-o-n-e/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/-n-o-r-m-a-l/index.html b/maps-compose/com.google.maps.android.compose/-map-type/-n-o-r-m-a-l/index.html index 3640c9679..b0193e451 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/-n-o-r-m-a-l/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/-n-o-r-m-a-l/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/-s-a-t-e-l-l-i-t-e/index.html b/maps-compose/com.google.maps.android.compose/-map-type/-s-a-t-e-l-l-i-t-e/index.html index 758704f67..1cedcaab8 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/-s-a-t-e-l-l-i-t-e/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/-s-a-t-e-l-l-i-t-e/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/-t-e-r-r-a-i-n/index.html b/maps-compose/com.google.maps.android.compose/-map-type/-t-e-r-r-a-i-n/index.html index 97edee03e..be76a5256 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/-t-e-r-r-a-i-n/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/-t-e-r-r-a-i-n/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -120,7 +120,7 @@

Properties

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/entries.html b/maps-compose/com.google.maps.android.compose/-map-type/entries.html index af9ecc583..415683ae6 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/entries.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/entries.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/index.html b/maps-compose/com.google.maps.android.compose/-map-type/index.html index 66380a741..a10958464 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -248,7 +248,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/value-of.html b/maps-compose/com.google.maps.android.compose/-map-type/value-of.html index 847cf2c1d..5df843126 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/value-of.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/value-of.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

valueOf

fun valueOf(value: String): MapType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/maps-compose/com.google.maps.android.compose/-map-type/value.html b/maps-compose/com.google.maps.android.compose/-map-type/value.html index 15cb14fc3..eaf86a8ab 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/value.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/value.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

value

val value: Int
diff --git a/maps-compose/com.google.maps.android.compose/-map-type/values.html b/maps-compose/com.google.maps.android.compose/-map-type/values.html index 1fc537f00..fb04ed8f0 100644 --- a/maps-compose/com.google.maps.android.compose/-map-type/values.html +++ b/maps-compose/com.google.maps.android.compose/-map-type/values.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

values

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/-map-ui-settings.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/-map-ui-settings.html index febc3121c..08a37dd59 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/-map-ui-settings.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/-map-ui-settings.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MapUiSettings<
constructor(compassEnabled: Boolean = true, indoorLevelPickerEnabled: Boolean = true, mapToolbarEnabled: Boolean = true, myLocationButtonEnabled: Boolean = true, rotationGesturesEnabled: Boolean = true, scrollGesturesEnabled: Boolean = true, scrollGesturesEnabledDuringRotateOrZoom: Boolean = true, tiltGesturesEnabled: Boolean = true, zoomControlsEnabled: Boolean = true, zoomGesturesEnabled: Boolean = true)

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/compass-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/compass-enabled.html index 861563929..80479dc50 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/compass-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/compass-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

compassEnabled

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/copy.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/copy.html index 3fa017e7b..58cadfc85 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/copy.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/copy.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

copy

fun copy(compassEnabled: Boolean = this.compassEnabled, indoorLevelPickerEnabled: Boolean = this.indoorLevelPickerEnabled, mapToolbarEnabled: Boolean = this.mapToolbarEnabled, myLocationButtonEnabled: Boolean = this.myLocationButtonEnabled, rotationGesturesEnabled: Boolean = this.rotationGesturesEnabled, scrollGesturesEnabled: Boolean = this.scrollGesturesEnabled, scrollGesturesEnabledDuringRotateOrZoom: Boolean = this.scrollGesturesEnabledDuringRotateOrZoom, tiltGesturesEnabled: Boolean = this.tiltGesturesEnabled, zoomControlsEnabled: Boolean = this.zoomControlsEnabled, zoomGesturesEnabled: Boolean = this.zoomGesturesEnabled): MapUiSettings
diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/equals.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/equals.html index 679a5b995..571020800 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/equals.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/equals.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

equals

open operator override fun equals(other: Any?): Boolean
diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/hash-code.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/hash-code.html index c1a9b2c45..472d53bfb 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/hash-code.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/hash-code.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

hashCode

open override fun hashCode(): Int
diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/index.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/index.html index 93a7427d5..134ccf29d 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/index.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -308,7 +308,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/indoor-level-picker-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/indoor-level-picker-enabled.html index 798cc668f..40ba24ca8 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/indoor-level-picker-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/indoor-level-picker-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

indoorLevelPicker

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/map-toolbar-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/map-toolbar-enabled.html index c2d855f28..ee02a683e 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/map-toolbar-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/map-toolbar-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

mapToolbarEnab

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/my-location-button-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/my-location-button-enabled.html index 7828a0327..2b557aa96 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/my-location-button-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/my-location-button-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

myLocationButton

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/rotation-gestures-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/rotation-gestures-enabled.html index 225843854..db67929b6 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/rotation-gestures-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/rotation-gestures-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rotationGestures

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled-during-rotate-or-zoom.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled-during-rotate-or-zoom.html index 9dd3354fe..bf34d12ba 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled-during-rotate-or-zoom.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled-during-rotate-or-zoom.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

scrollGesturesEnable

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled.html index 8544fb028..0071e0c89 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/scroll-gestures-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

scrollGestures

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/tilt-gestures-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/tilt-gestures-enabled.html index 5867b835b..2d0c85d85 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/tilt-gestures-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/tilt-gestures-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

tiltGesturesEn

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/to-string.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/to-string.html index 656bee6ea..616d5cd0e 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/to-string.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/to-string.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

toString

open override fun toString(): String
diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-controls-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-controls-enabled.html index 5b2b6f8d0..bdbcb2b0e 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-controls-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-controls-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

zoomControlsEn

diff --git a/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-gestures-enabled.html b/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-gestures-enabled.html index f5b876e9f..bf7702b04 100644 --- a/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-gestures-enabled.html +++ b/maps-compose/com.google.maps.android.compose/-map-ui-settings/zoom-gestures-enabled.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

zoomGesturesEn

diff --git a/maps-compose/com.google.maps.android.compose/-maps-compose-experimental-api/index.html b/maps-compose/com.google.maps.android.compose/-maps-compose-experimental-api/index.html index ebd7643da..361d16443 100644 --- a/maps-compose/com.google.maps.android.compose/-maps-compose-experimental-api/index.html +++ b/maps-compose/com.google.maps.android.compose/-maps-compose-experimental-api/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -70,7 +70,7 @@

MapsComposeExperimen

diff --git a/maps-compose/com.google.maps.android.compose/-marker-composable.html b/maps-compose/com.google.maps.android.compose/-marker-composable.html index 57169446e..27b868108 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-composable.html +++ b/maps-compose/com.google.maps.android.compose/-marker-composable.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MarkerComposable
fun MarkerComposable(vararg keys: Any, state: MarkerState = rememberMarkerState(), contentDescription: String? = "", alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {}, content: @Composable () -> Unit)

Composable rendering the content passed as a marker.

This composable must have a non-zero size in both dimensions

Parameters

keys

unique keys representing the state of this Marker. Any changes to one of the key will trigger a rendering of the content composable and thus the rendering of an updated marker.

state

the MarkerState to be used to control or observe the marker state such as its position and info window

contentDescription

the content description for accessibility purposes

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

content

composable lambda expression used to customize the marker's content

Throws

if the composable is measured to have a size of zero in either dimension

diff --git a/maps-compose/com.google.maps.android.compose/-marker-info-window-composable.html b/maps-compose/com.google.maps.android.compose/-marker-info-window-composable.html index 0dbee7754..7ff46272c 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-info-window-composable.html +++ b/maps-compose/com.google.maps.android.compose/-marker-info-window-composable.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MarkerInfoWindow
fun MarkerInfoWindowComposable(vararg keys: Any, state: MarkerState = rememberMarkerState(), alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {}, infoContent: @Composable (Marker) -> Unit? = null, content: @Composable () -> Unit)

A composable for a marker on the map wherein its entire info window and the marker itself can be customized. If this customization is not required, use com.google.maps.android.compose.Marker.

Parameters

keys

unique keys representing the state of this Marker. Any changes to one of the key will trigger a rendering of the content composable and thus the rendering of an updated marker.

state

the MarkerState to be used to control or observe the marker state such as its position and info window

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

infoContent

optional composable lambda expression for customizing the info window's content

content

composable lambda expression used to customize the marker's content

diff --git a/maps-compose/com.google.maps.android.compose/-marker-info-window-content.html b/maps-compose/com.google.maps.android.compose/-marker-info-window-content.html index aca9ccd94..7b04a0c27 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-info-window-content.html +++ b/maps-compose/com.google.maps.android.compose/-marker-info-window-content.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MarkerInfoWindow
fun MarkerInfoWindowContent(state: MarkerState = rememberMarkerState(), alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, icon: BitmapDescriptor? = null, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {}, content: @Composable (Marker) -> Unit? = null)

A composable for a marker on the map wherein its info window contents can be customized. If this customization is not required, use com.google.maps.android.compose.Marker.

Parameters

state

the MarkerState to be used to control or observe the marker state such as its position and info window

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

icon

sets the icon for the marker

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

content

optional composable lambda expression for customizing the info window's content

diff --git a/maps-compose/com.google.maps.android.compose/-marker-info-window.html b/maps-compose/com.google.maps.android.compose/-marker-info-window.html index 8bebd167c..dea4de51e 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-info-window.html +++ b/maps-compose/com.google.maps.android.compose/-marker-info-window.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

MarkerInfoWind
fun MarkerInfoWindow(state: MarkerState = rememberMarkerState(), alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, icon: BitmapDescriptor? = null, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {}, content: @Composable (Marker) -> Unit? = null)

A composable for a marker on the map wherein its entire info window can be customized. If this customization is not required, use com.google.maps.android.compose.Marker.

Parameters

state

the MarkerState to be used to control or observe the marker state such as its position and info window

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

icon

sets the icon for the marker

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

content

optional composable lambda expression for customizing the info window's content

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/-saver.html b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/-saver.html index 7244a01eb..d0dd548f6 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/-saver.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/-saver.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Saver

val Saver: Saver<MarkerState, LatLng>

The default saver implementation for MarkerState

This cannot be used to preserve marker info window visibility across configuration changes.

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/index.html b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/index.html index 7afa4d552..82dcd4b52 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -109,7 +109,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/invoke.html b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/invoke.html index ee55f7a96..3e6bcd8e3 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/-companion/invoke.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/-companion/invoke.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

invoke

operator fun invoke(position: LatLng = LatLng(0.0, 0.0)): MarkerState

Creates a new MarkerState object

Parameters

position

the initial marker position

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/drag-state.html b/maps-compose/com.google.maps.android.compose/-marker-state/drag-state.html index 96e5a9af3..3f66b533c 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/drag-state.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/drag-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

dragState

Deprecated

Use isDragging instead - dragState is not appropriate for representing "state"; it is a lossy representation of drag "events", promoting invalid usage.

Current DragState of the marker.

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/hide-info-window.html b/maps-compose/com.google.maps.android.compose/-marker-state/hide-info-window.html index a3d32e455..5cffd73ff 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/hide-info-window.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/hide-info-window.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

hideInfoWindow

Hides the info window for the underlying marker.

Not backed by observable Compose state to accommodate com.google.android.gms.maps.GoogleMap special semantics: only a single info window can be visible for the entire GoogleMap.

Only use from Compose Effect APIs, never directly from composition, to avoid unexpected behavior from cancelled compositions.

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/index.html b/maps-compose/com.google.maps.android.compose/-marker-state/index.html index 9466c0843..e45ac2886 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/index.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -173,7 +173,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/is-dragging.html b/maps-compose/com.google.maps.android.compose/-marker-state/is-dragging.html index 1a5616ac0..24173e6dd 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/is-dragging.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/is-dragging.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

isDragging

Reflects whether the end user is currently dragging the marker. Dragging can happen only if a Marker is draggable.

This property is backed by Compose state.

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/position.html b/maps-compose/com.google.maps.android.compose/-marker-state/position.html index 7bb46904f..8c812effb 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/position.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/position.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

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.

diff --git a/maps-compose/com.google.maps.android.compose/-marker-state/show-info-window.html b/maps-compose/com.google.maps.android.compose/-marker-state/show-info-window.html index 89f87fba6..65a53eeef 100644 --- a/maps-compose/com.google.maps.android.compose/-marker-state/show-info-window.html +++ b/maps-compose/com.google.maps.android.compose/-marker-state/show-info-window.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

showInfoWindow

Shows the info window for the underlying marker.

Not backed by Compose state to accommodate com.google.android.gms.maps.GoogleMap special semantics: only a single info window can be visible for the entire GoogleMap.

Only use from Compose Effect APIs, never directly from composition, to avoid exceptions and unexpected behavior from cancelled compositions.

diff --git a/maps-compose/com.google.maps.android.compose/-marker.html b/maps-compose/com.google.maps.android.compose/-marker.html index 195bca59f..004c1e2a6 100644 --- a/maps-compose/com.google.maps.android.compose/-marker.html +++ b/maps-compose/com.google.maps.android.compose/-marker.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Marker

fun Marker(state: MarkerState = rememberMarkerState(), contentDescription: String? = "", alpha: Float = 1.0f, anchor: Offset = Offset(0.5f, 1.0f), draggable: Boolean = false, flat: Boolean = false, icon: BitmapDescriptor? = null, infoWindowAnchor: Offset = Offset(0.5f, 0.0f), rotation: Float = 0.0f, snippet: String? = null, tag: Any? = null, title: String? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Marker) -> Boolean = { false }, onInfoWindowClick: (Marker) -> Unit = {}, onInfoWindowClose: (Marker) -> Unit = {}, onInfoWindowLongClick: (Marker) -> Unit = {})

A composable for a marker on the map.

Parameters

state

the MarkerState to be used to control or observe the marker state such as its position and info window

contentDescription

the content description for accessibility purposes

alpha

the alpha (opacity) of the marker

anchor

the anchor for the marker image

draggable

sets the draggability for the marker

flat

sets if the marker should be flat against the map

icon

sets the icon for the marker

infoWindowAnchor

the anchor point of the info window on the marker image

rotation

the rotation of the marker in degrees clockwise about the marker's anchor point

snippet

the snippet for the marker

tag

optional tag to associate with the marker

title

the title for the marker

visible

the visibility of the marker

zIndex

the z-index of the marker

onClick

a lambda invoked when the marker is clicked

onInfoWindowClick

a lambda invoked when the marker's info window is clicked

onInfoWindowClose

a lambda invoked when the marker's info window is closed

onInfoWindowLongClick

a lambda invoked when the marker's info window is long clicked

diff --git a/maps-compose/com.google.maps.android.compose/-polygon.html b/maps-compose/com.google.maps.android.compose/-polygon.html index 796532760..a5c18d0f6 100644 --- a/maps-compose/com.google.maps.android.compose/-polygon.html +++ b/maps-compose/com.google.maps.android.compose/-polygon.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Polygon

fun Polygon(points: List<LatLng>, clickable: Boolean = false, fillColor: Color = Color.Black, geodesic: Boolean = false, holes: List<List<LatLng>> = emptyList(), strokeColor: Color = Color.Black, strokeJointType: Int = JointType.DEFAULT, strokePattern: List<PatternItem>? = null, strokeWidth: Float = 10.0f, tag: Any? = null, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (Polygon) -> Unit = {})

A composable for a polygon on the map.

Parameters

points

the points comprising the vertices of the polygon

clickable

boolean indicating if the polygon is clickable or not

fillColor

the fill color of the polygon

geodesic

specifies whether to draw each segment as a geodesic

holes

the holes for the polygon

strokeColor

the stroke color of the polygon

strokeJointType

the joint type for all vertices of the polygon's outline

strokePattern

the stroke pattern for the polygon's outline

strokeWidth

specifies the polygon's stroke width, in display pixels

tag

optional tag to associate wiht the polygon

visible

the visibility of the polygon

zIndex

the z-index of the polygon

onClick

a lambda invoked when the polygon is clicked

diff --git a/maps-compose/com.google.maps.android.compose/-polyline.html b/maps-compose/com.google.maps.android.compose/-polyline.html index 6c53989f9..3197739be 100644 --- a/maps-compose/com.google.maps.android.compose/-polyline.html +++ b/maps-compose/com.google.maps.android.compose/-polyline.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

Polyline

fun Polyline(points: List<LatLng>, clickable: Boolean = false, color: Color = Color.Black, endCap: Cap = ButtCap(), geodesic: Boolean = false, jointType: Int = JointType.DEFAULT, pattern: List<PatternItem>? = null, startCap: Cap = ButtCap(), tag: Any? = null, visible: Boolean = true, width: Float = 10.0f, zIndex: Float = 0.0f, onClick: (Polyline) -> Unit = {})

A composable for a polyline on the map.

Parameters

points

the points comprising the polyline

clickable

boolean indicating if the polyline is clickable or not

color

the color of the polyline

endCap

a cap at the end vertex of the polyline

geodesic

specifies whether to draw the polyline as a geodesic

jointType

the joint type for all vertices of the polyline except the start and end vertices

pattern

the pattern for the polyline

startCap

the cap at the start vertex of the polyline

visible

the visibility of the polyline

width

the width of the polyline in screen pixels

zIndex

the z-index of the polyline

onClick

a lambda invoked when the polyline is clicked


fun Polyline(points: List<LatLng>, spans: List<StyleSpan>, clickable: Boolean = false, endCap: Cap = ButtCap(), geodesic: Boolean = false, jointType: Int = JointType.DEFAULT, pattern: List<PatternItem>? = null, startCap: Cap = ButtCap(), tag: Any? = null, visible: Boolean = true, width: Float = 10.0f, zIndex: Float = 0.0f, onClick: (Polyline) -> Unit = {})

A composable for a polyline on the map that supports a StyleSpan.

Parameters

points

the points comprising the polyline

spans

style spans for the polyline

clickable

boolean indicating if the polyline is clickable or not

endCap

a cap at the end vertex of the polyline

geodesic

specifies whether to draw the polyline as a geodesic

jointType

the joint type for all vertices of the polyline except the start and end vertices

pattern

the pattern for the polyline

startCap

the cap at the start vertex of the polyline

visible

the visibility of the polyline

width

the width of the polyline in screen pixels

zIndex

the z-index of the polyline

onClick

a lambda invoked when the polyline is clicked

diff --git a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/index.html b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/index.html index b6bf56f65..733f0cc5f 100644 --- a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/index.html +++ b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -90,7 +90,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/invoke.html b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/invoke.html index 7bafde51a..fa009fe64 100644 --- a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/invoke.html +++ b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/-companion/invoke.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

invoke

Creates a new TileOverlayState object

diff --git a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/clear-tile-cache.html b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/clear-tile-cache.html index ec877ac77..a4c454f73 100644 --- a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/clear-tile-cache.html +++ b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/clear-tile-cache.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

clearTileCache

Call to force a refresh if the tiles provided by the tile overlay become 'stale'. This will cause all the tiles on this overlay to be reloaded. For example, if the tiles provided by the TileProvider change, you must call this afterwards to ensure that the previous tiles are no longer rendered.

See Maps SDK docs

diff --git a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/index.html b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/index.html index e203bc0ae..5daf367f1 100644 --- a/maps-compose/com.google.maps.android.compose/-tile-overlay-state/index.html +++ b/maps-compose/com.google.maps.android.compose/-tile-overlay-state/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -109,7 +109,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/-tile-overlay.html b/maps-compose/com.google.maps.android.compose/-tile-overlay.html index f40e17741..872e77ae4 100644 --- a/maps-compose/com.google.maps.android.compose/-tile-overlay.html +++ b/maps-compose/com.google.maps.android.compose/-tile-overlay.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

TileOverlay

fun TileOverlay(tileProvider: TileProvider, state: TileOverlayState = rememberTileOverlayState(), fadeIn: Boolean = true, transparency: Float = 0.0f, visible: Boolean = true, zIndex: Float = 0.0f, onClick: (TileOverlay) -> Unit = {})

A composable for a tile overlay on the map.

Parameters

tileProvider

the tile provider to use for this tile overlay

state

the TileOverlayState to be used to control the tile overlay, such as clearing stale tiles

fadeIn

boolean indicating whether the tiles should fade in

transparency

the transparency of the tile overlay

visible

the visibility of the tile overlay

zIndex

the z-index of the tile overlay

onClick

a lambda invoked when the tile overlay is clicked

diff --git a/maps-compose/com.google.maps.android.compose/current-camera-position-state.html b/maps-compose/com.google.maps.android.compose/current-camera-position-state.html index d67c7e88e..2785e720f 100644 --- a/maps-compose/com.google.maps.android.compose/current-camera-position-state.html +++ b/maps-compose/com.google.maps.android.compose/current-camera-position-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

currentCameraPositio

diff --git a/maps-compose/com.google.maps.android.compose/google-map-factory.html b/maps-compose/com.google.maps.android.compose/google-map-factory.html index 8dd15c5cd..b5f91b1a8 100644 --- a/maps-compose/com.google.maps.android.compose/google-map-factory.html +++ b/maps-compose/com.google.maps.android.compose/google-map-factory.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

googleMapFacto
fun googleMapFactory(modifier: Modifier = Modifier, cameraPositionState: CameraPositionState = rememberCameraPositionState(), onMapLoaded: () -> Unit = {}, content: @Composable () -> Unit = {}): GoogleMapFactory

This method provides a factory pattern for GoogleMap. It can typically be used in tests to provide a default Composable of type GoogleMapFactory.

Parameters

modifier

Any modifier to be applied.

cameraPositionState

The position for the map.

onMapLoaded

Listener for the map loaded.

content

Any content to be added.

diff --git a/maps-compose/com.google.maps.android.compose/index.html b/maps-compose/com.google.maps.android.compose/index.html index 39bffb758..4174cf8f6 100644 --- a/maps-compose/com.google.maps.android.compose/index.html +++ b/maps-compose/com.google.maps.android.compose/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -682,7 +682,7 @@

Functions

diff --git a/maps-compose/com.google.maps.android.compose/remember-camera-position-state.html b/maps-compose/com.google.maps.android.compose/remember-camera-position-state.html index 4d37e92b4..94fcabe4e 100644 --- a/maps-compose/com.google.maps.android.compose/remember-camera-position-state.html +++ b/maps-compose/com.google.maps.android.compose/remember-camera-position-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberCameraPositi
inline fun rememberCameraPositionState(key: String? = null, crossinline init: CameraPositionState.() -> Unit = {}): CameraPositionState

Create and rememberSaveable a CameraPositionState using CameraPositionState.Saver. init will be called when the CameraPositionState is first created to configure its initial state.

diff --git a/maps-compose/com.google.maps.android.compose/remember-compose-ui-view-renderer.html b/maps-compose/com.google.maps.android.compose/remember-compose-ui-view-renderer.html index b3c2d68ad..5f4ebf90e 100644 --- a/maps-compose/com.google.maps.android.compose/remember-compose-ui-view-renderer.html +++ b/maps-compose/com.google.maps.android.compose/remember-compose-ui-view-renderer.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberComposeUi

diff --git a/maps-compose/com.google.maps.android.compose/remember-marker-state.html b/maps-compose/com.google.maps.android.compose/remember-marker-state.html index 975aca1ba..01ba94d72 100644 --- a/maps-compose/com.google.maps.android.compose/remember-marker-state.html +++ b/maps-compose/com.google.maps.android.compose/remember-marker-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberMarker
fun rememberMarkerState(key: String? = null, position: LatLng = LatLng(0.0, 0.0)): MarkerState

Uses rememberSaveable to retain MarkerState.position across configuration changes, for simple use cases.

Other use cases may be better served syncing MarkerState.position with a data model.

This cannot be used to preserve info window visibility across configuration changes.

diff --git a/maps-compose/com.google.maps.android.compose/remember-reattach-click-listeners-handle.html b/maps-compose/com.google.maps.android.compose/remember-reattach-click-listeners-handle.html index 008890404..34a542a6f 100644 --- a/maps-compose/com.google.maps.android.compose/remember-reattach-click-listeners-handle.html +++ b/maps-compose/com.google.maps.android.compose/remember-reattach-click-listeners-handle.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberReattachClic

Returns a lambda that, when invoked, will reattach click listeners set by the MapApplier on the GoogleMap. Used for working around other functionality that modifies those click listeners, such as clustering.

diff --git a/maps-compose/com.google.maps.android.compose/remember-tile-overlay-state.html b/maps-compose/com.google.maps.android.compose/remember-tile-overlay-state.html index afacc1274..c8810e713 100644 --- a/maps-compose/com.google.maps.android.compose/remember-tile-overlay-state.html +++ b/maps-compose/com.google.maps.android.compose/remember-tile-overlay-state.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -66,7 +66,7 @@

rememberTileOverlay<

diff --git a/maps-compose/index.html b/maps-compose/index.html index bbb648bf7..42992d088 100644 --- a/maps-compose/index.html +++ b/maps-compose/index.html @@ -41,7 +41,7 @@ android-maps-compose -
6.3.0 +
6.4.0
@@ -103,7 +103,7 @@

Packages