Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
i am using these dependencies for the map
// Maps SDK for Android KTX Library implementation 'com.google.maps.android:maps-ktx:3.0.0'
// Maps SDK for Android Utility Library KTX Library
implementation 'com.google.maps.android:maps-utils-ktx:3.0.0'
implementation 'com.google.android.gms:play-services-base:18.5.0' implementation 'com.google.android.gms:play-services-basement:18.5.0' implementation 'com.google.android.gms:play-services-maps:19.0.0'
and also getting some map sdk error as well dab File created: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_1 dab Couldn't create marker: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_2 dab Marker deleted: _google_maps_sdk_crash_count_1
Description
If the Map has never been loaded online, shapes aren't displayed offline. Once the map is loaded online, shapes are displayed even offline.
What steps will reproduce the problem?
Let's say shapes are located at points A and B.
As far as I tried, once onMapLoaded callback in GoogleMap composable is called, shapes can be displayed everywhere even offline. But if the Map has never been loaded online and onMapLoaded has never been called, shapes aren't displayed.
Also add the following details: