On May 28, 5:39 pm, Marcelo <[email protected]> wrote: > > Yes, I know it doesn't work on my Nexus One either, but that's only > because of the slider. I'll see to modify the slider sometime.
I've added a modified version with a "slider" that works on the Nexus One browser: http://maps.forum.nu/v3/gm_customTiles_N1.html It's not really a slider, but sort of a "touch field", so you have to touch up and down rather than slide your finger on it. As far as I could see, DIV elements on the Android browser have only mousemove events, (no mouseup or mousedown), though it seems to act more like a click. -- Marcelo - http://maps.forum.nu -- > > As for the array, it is not needed. You could just create the IMG and > return it. I was just trying to create fewer DOM IMG objects by > reusing existing ones. The API doesn't seem to do that because if you > zoom in and out again it calls the getTile() function again for the > same tiles, which is good if you need to refresh the tiles > dynamically. > > -- > Marcelo -http://maps.forum.nu > -- > > On May 28, 4:45 pm, Garthan <[email protected]> wrote: > > > > > Looking under the hood... you are tracking up to a hundred tiles > > arbitrarily... removing the earliest ones in the array > > and removing and re-adding them if they dont exist... sigh > > > This is somehow better than making getOpacity an over-rideable > > function call? > > I find my v2 ...love increasing by the moment ;-p > > > Over all this is going to take some adjustments. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
