Package com. google. maps. android. compose
Types
CameraMoveStartedReason
Link copied to clipboard
@Immutable()
Content copied to clipboard
CameraPositionState
Link copied to clipboard
ComposeUiViewRenderer
Link copied to clipboard
DefaultIndoorStateChangeListener
Link copied to clipboard
GoogleMapComposable
Link copied to clipboard
An annotation that can be used to mark a composable function as being expected to be use in a composable function that is also marked or inferred to be marked as a GoogleMapComposable.
GoogleMapFactory
Link copied to clipboard
GroundOverlayPosition
Link copied to clipboard
IndoorStateChangeListener
Link copied to clipboard
interface IndoorStateChangeListener
Content copied to clipboard
MapProperties
Link copied to clipboard
class MapProperties(isBuildingEnabled: Boolean, isIndoorEnabled: Boolean, isMyLocationEnabled: Boolean, isTrafficEnabled: Boolean, latLngBoundsForCameraTarget: LatLngBounds?, mapStyleOptions: MapStyleOptions?, mapType: MapType, maxZoomPreference: Float, minZoomPreference: Float)
Content copied to clipboard
MapsComposeExperimentalApi
Link copied to clipboard
annotation class MapsComposeExperimentalApi
Content copied to clipboard
MapUiSettings
Link copied to clipboard
class MapUiSettings(compassEnabled: Boolean, indoorLevelPickerEnabled: Boolean, mapToolbarEnabled: Boolean, myLocationButtonEnabled: Boolean, rotationGesturesEnabled: Boolean, scrollGesturesEnabled: Boolean, scrollGesturesEnabledDuringRotateOrZoom: Boolean, tiltGesturesEnabled: Boolean, zoomControlsEnabled: Boolean, zoomGesturesEnabled: Boolean)
Content copied to clipboard
MarkerState
Link copied to clipboard
TileOverlayState
Link copied to clipboard
class TileOverlayState
Content copied to clipboard
Functions
Circle
Link copied to clipboard
@Composable()
Content copied to clipboard
GoogleMap
Link copied to clipboard
@Composable()
Content copied to clipboard
googleMapFactory
Link copied to clipboard
@Composable()
Content copied to clipboard
GroundOverlay
Link copied to clipboard
@Composable()
Content copied to clipboard
InputHandler
Link copied to clipboard
@Composable()
Content copied to clipboard
MapEffect
Link copied to clipboard
A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
A side-effect backed by a LaunchedEffect which will launch block and provide the underlying managed GoogleMap object into the composition's CoroutineContext.
Marker
Link copied to clipboard
@Composable()
Content copied to clipboard
MarkerComposable
Link copied to clipboard
@Composable()
Content copied to clipboard
MarkerInfoWindow
Link copied to clipboard
@Composable()
Content copied to clipboard
MarkerInfoWindowContent
Link copied to clipboard
@Composable()
Content copied to clipboard
Polygon
Link copied to clipboard
@Composable()
Content copied to clipboard
Polyline
Link copied to clipboard
@Composable()
Content copied to clipboard
rememberCameraPositionState
Link copied to clipboard
@Composable()
Content copied to clipboard
rememberComposeUiViewRenderer
Link copied to clipboard
rememberMarkerState
Link copied to clipboard
@Composable()
Content copied to clipboard
rememberReattachClickListenersHandle
Link copied to clipboard
rememberTileOverlayState
Link copied to clipboard
TileOverlay
Link copied to clipboard
@Composable()
Content copied to clipboard
Properties
currentCameraPositionState
Link copied to clipboard
The current CameraPositionState used by the map.