MascotWorld
MascotWorld
It would be nice to add the zoomIn and zoomOut functions (you can implement them yourself, but it’s better to have them initially). Google maps also has LatLngBounds for focusing...
> > Google maps also has LatLngBounds for focusing on a certain set of points that fit on the screen (almost like an open cluster), it would also be good...
> So am I to understand that ive hit a dead end with looking to get "onMapClick" type of events from the Google MapView on iOS? > > That I...
> GMSMapViewDelegateProtocol I was looking at your project to build mine. Yes, this error exists, but the application compiles and works :) I think we need to make an issue...
``` agp.version=8.1.2 android.defaults.buildfeatures.buildconfig=true android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=true android.useAndroidX=true compose.version=1.5.3 kotlin.code.style=official kotlin.mpp.androidGradlePluginCompatibility.nowarn=true kotlin.mpp.androidSourceSetLayoutVersion=2 kotlin.mpp.enableCInteropCommonization=true kotlin.version=1.9.10 org.gradle.jvmargs=-Xmx2048M -Dfile.encoding\=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" org.jetbrains.compose.experimental.uikit.enabled=true google.maps.secrets-gradle-plugin.version=2.0.1 ``` and androidMain: ``` val androidMain by getting { dependencies { implementation("app.cash.sqldelight:android-driver:$sqlDelightVersion")...
> Yes, i have it working on the Android side with no problems... this is an iOS issue... > > Can you show the iosMain gradle versions? > > Do...
[GoogleMaps.zip](https://github.com/googlemaps/android-maps-compose/files/13039249/GoogleMaps.zip) it's from ur project, all working properly
> OK, im confused here… Is the Google Maps “tapOnMarker” functionality working for you on the iOS side? Yes, it all works on Android, that’s not the problem. Are you...
i have same error, but project is compiles. Here is whole project(with build files) with working click: https://drive.google.com/file/d/10vpPs69yPxUMNiTv9UCXuHbkDoVnTdru/view?usp=share_link You can check it out. in root is screen record where i...
> > i have same error, but project is compiles. Here is whole project(with build files) with working click: https://drive.google.com/file/d/10vpPs69yPxUMNiTv9UCXuHbkDoVnTdru/view?usp=share_link You can check it out. in root is screen record...