Hayaku wrote:Ok, I get it but I have an idea.
This piece of code:
tileSize: new google.maps.Size(100, 100),
When I change 100 to 200 I get tiles 2x bigger. Is that possible to make zoom just change the tile size or add 2 buttons that will change tile size?
Yes its possible to do the zooming that way (sucks though). Doing it with different image-sets per zoom level works way better.