cwsiteplan
cwsiteplan
Recently the ability to set the `zIndex` for a clusterItem has been added. I'd really appreciate if we could also specify the `anchor` for the Cluster Item as well. It's...
I have the use case to cluster markers by a property (layer) - resulting in having multiple clusters. Using the sample app - with `NonHierarchicalViewBasedAlgorithm ` (https://github.com/googlemaps/android-maps-compose/issues/380) - adding 10...
Re-opening an issue here as this is still not resolved #385 Please provide any feedback - this is a blocker for us.
I do show labels on the map which should follow the camera bearing (map rotation). Similar to street names in GoogleMap - they rotate with the map. by only exposing...
Hi, I ran into an issue where a marker with large dimensions is causing a crash. ``` java.lang.IllegalArgumentException: Can't represent a width of 36818 and height of 36818 in Constraints...
Currently I don't see a way to set the image quality (JPEG compression) explicitly. Only through the `ImageCaptureMode` that defaults to either 100 or 95 - but there is no...
using latest library version (2.2.0) Having NavArgs: ``` typealias ProjectLayerId = String? data class CreateMarkerNavArgs( val projectId: String, val preselectedLayerId: ProjectLayerId, ) ``` since i upgraded to kotlin `2.2.0` and...