android - request a new google map on zoom event -
i can't understand how works googlemap object.
my problem related zoom. when user zooms on map, image become unreadable because "pixelled". want, force downloading of new zoomed map, when zoom value become big.
how can it?
as @deividicavarzan commented, google map this.
the heavily pixeled view you're seeing "preview" of area not loaded yet.
it stretch previous image there, since you're zooming, it's invalidated , download made more refine image.
if network connection bad, pixeled image show while, yes. nothing can done avoid that: need offline map or connectivity.
Comments
Post a Comment