Is there a way to specify the server to connect to with the Google Maps Android API v2?
For instance, I would like to connect to an internal Google Earth Server.
Is there a way to specify the server to connect to with the Google Maps Android API v2?
For instance, I would like to connect to an internal Google Earth Server.
AFAIK, you are not able to specify that :) Android uses sockets to connect to its servers and all external SDK interfaces are optimized to GoogleMaps server capabilities.
If you want to use your own map tiles - you can implement you own TileProvider, so you will be able to provide map tiles from any server you want
UrlTileProvider is really good example to start with. What you need to do - is to supply right url
for the map coordinates and Android will download map tile and cache it for you