Assigned
Status Update
Comments
ra...@google.com <ra...@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
同一地点に複数のマーカーがあり、zIndex を指定しても前後関係が正しく反映されない場合があります。
1つ目のマーカーについては zIndex に 980 を設定し、2つ目のマーカーにはzIndexに -59200 を設定して表示を行っています。 一部端末で、なぜか2つ目のマーカー(zIndex=-59200)のものが前面に表示される状態になります。
マーカーの zIndexの値に一定数を加算して、1つ目のマーカーに zIndex = 99881、2つ目のマーカーには zIndex = 39701 を設定した場合には想定どおり1つ目のマーカーが前面に表示されます。
マーカーの zIndex がうまく反映されない理由など考えられるものはございますでしょうか?
Also add the following details: