You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all Thank you so much for this excellent example.
Actually I'm facing glitch or vibrating marker on map while moving, It's not showing as your gif image.
Can you please share with me smooth rotation marker example on google map.
Thank you!
The text was updated successfully, but these errors were encountered:
We don't need getRotation method as MapUtility library already has it.
Just add implementation 'com.google.maps.android:maps-utils-ktx:3.2.0'
And Use this to avoid flickering : val rotation = SphericalUtil.computeHeading(previousLatLng!!,currentLatLng)
I have created a PR : #2
We don't need getRotation method as MapUtility library already has it.
Just add implementation 'com.google.maps.android:maps-utils-ktx:3.2.0'
And Use this to avoid flickering : val rotation = SphericalUtil.computeHeading(previousLatLng!!,currentLatLng)
I have created a PR : #2
First of all Thank you so much for this excellent example.
Actually I'm facing glitch or vibrating marker on map while moving, It's not showing as your gif image.
Can you please share with me smooth rotation marker example on google map.
Thank you!
The text was updated successfully, but these errors were encountered: