ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Gif Marker Animation #157

Closed cchvuth closed 5 years ago

cchvuth commented 5 years ago

I'm submitting a ... (check one with "x")

Would you shed some of your time making gif marker animate? I volunteered to build an app for the public that requires the gif to animate. Thank you so much.

wf9a5m75 commented 5 years ago

Not possible technically. Marker icon is drawn as bitmap in the Android/iOS SDKs.

Please ask to Google.

LiamKarlMitchell commented 5 years ago

Workaround: Get each frame of the gif as it's own image e.g. png, update marker icon on timeout to each image. But you have no control over the animation speed like that.