I have several questions about Google Maps. I develop an app using VB.NET. I have Mapsuite 10 and I also have update the dlls to version 11. I recently add Google Maps to my app and I have several questions.
- There is a difference between debug and release
Debug
Release
Our google account supports 640x640 tiles. So in debug mode there is always one tile and its size is 640x640. I have already asked you some time ago if we are able to fill the empty spaces with other tiles and you said that it is not possible with our account, but in release mode it is exactly what I wanted. Why there is this differences in these modes. I want to know to help me debugging.
2)Bottom right of every tile in release mode there is Google’s icon. Is there a way to remove it?
3)Is there a way to make tiles bigger, in order to reduce the amoun of requests. Can I request 640x640 tiles and not 256x256?