A
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
M
- MapComposeViewRenderKt - class in com.google.maps.android.compose
- MapEffect(Object,SuspendFunction2) - function in com.google.maps.android.compose.MapEffectKt
- A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
- MapEffect(Object,Object,SuspendFunction2) - function in com.google.maps.android.compose.MapEffectKt
- A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
- MapEffect(Object,Object,Object,SuspendFunction2) - function in com.google.maps.android.compose.MapEffectKt
- A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
- MapEffect(Object,SuspendFunction2) - function in com.google.maps.android.compose.MapEffectKt
- A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
- MapEffectKt - class in com.google.maps.android.compose
- MapProperties - class in com.google.maps.android.compose
- Data class for properties that can be modified on the map.
- MapsComposeExperimentalApi - class in com.google.maps.android.compose
- Marks declarations that are still experimental.
- MapType - class in com.google.maps.android.compose
- Enumerates the different types of map tiles.
- MapUiSettings - class in com.google.maps.android.compose
- Data class for UI-related settings on the map.
- Marker(MarkerState,Float,Offset,Boolean,Boolean,BitmapDescriptor,Offset,Float,String,Object,String,Boolean,Float,Function1,Function1,Function1,Function1) - function in com.google.maps.android.compose.MarkerKt
- A composable for a marker on the map.
- MarkerInfoWindow(MarkerState,Float,Offset,Boolean,Boolean,BitmapDescriptor,Offset,Float,String,Object,String,Boolean,Float,Function1,Function1,Function1,Function1,Function1) - function in com.google.maps.android.compose.MarkerKt
- A composable for a marker on the map wherein its entire info window can be customized.
- MarkerInfoWindowContent(MarkerState,Float,Offset,Boolean,Boolean,BitmapDescriptor,Offset,Float,String,Object,String,Boolean,Float,Function1,Function1,Function1,Function1,Function1) - function in com.google.maps.android.compose.MarkerKt
- A composable for a marker on the map wherein its info window contents can be customized.
- MarkerKt - class in com.google.maps.android.compose
- MarkerState - class in com.google.maps.android.compose
- A state object that can be hoisted to control and observe the marker state.
- MarkerState.Companion - class in com.google.maps.android.compose.MarkerState
- move(CameraUpdate) - function in com.google.maps.android.compose.CameraPositionState
- Move the camera instantaneously as specified by update.