-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glide not renders images to markers in clusters when on first time map loaded. It loads images after once zoom in and zoom out the map #417
Comments
No idea? |
same problem... |
Same Problem... |
Same problem |
@satheesh1000 Find any solution ?? |
Same Problem |
i figured out this problem with override onClusterRendered not override onBeforeClusterRendered |
Hello, I am having the same issue, could you please share your fix for getting the images to display? It also appears that the cluster number is differing because it adds the same markers so everything is doubled. |
Thank you for reporting. This is a duplicate issue as the one described in #90. Essentially, updating the marker icon once an initial one has been set (synchronously) in In the case of Glide/Picasso/Fresco/etc., you would have to prefetch the marker images and cache them locally. Once that's completed, only then can you add each individual item followed by invoking |
I am using cluster in my map and created custom markers with images and using glide to download images from url and render it to my markers. But what my problem is on first time when my map loaded images are are not rendered to markers. After some zoom in zoom out the map only the glide start to download the images. But I want to download images at first call of map loading.If i use URL stream download it works fine. But that will download every time the images. Anybody please help me to resolve this problem. Here after I have attached my code.
Thanks in advance...
The text was updated successfully, but these errors were encountered: