Dale Hawkins
Dale Hawkins
> @dkhawk Would you look at the PR and include it in the plans please? This is a great change! I spent some time with the demo activity and it...
@philip-segerfast this is a great change. Thanks so much for your contribution.
Can be triggered with this minimal example ``` class MinimumMapActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContent { var showMap by remember { mutableStateOf(true) } val cameraPositionState:...
This was on a pixel 6 (IIRC).
IIUC, you will have to use a MapEffect to add a heat map to a composable map. If you follow this [example] (https://developers.google.com/maps/documentation/android-sdk/utility/heatmap#simple), you would just need to change this...
That is an interesting proposition. Admittedly, I have had issues with the way it works as well. Might be worth investigating as a possibility. On Wed, Oct 16, 2024, 15:14...
Thanks for opening this PR! Before we merge it, could you please 1) take a look at the Contributor License Agreement (CLA) and, 2) take a look at the commit...