I am trying to use the Google Hybrid tiles in a VB .Net VS2013 application. I find there are areas that do not display the tiles, Open Streets and Google Maps seem to work fine. Using this code, half of the map displays the tiles and the other does not. Any input would be greatly appreciated.
Dim eExt As New MapWinGIS.Extents()
AxMap1.Projection = tkMapProjection.PROJECTION_GOOGLE_MERCATOR
AxMap1.TileProvider = tkTileProvider.GoogleHybrid
eExt.SetBounds(-10880183.78743764, 4108346.5470206295, 0, -10888802.062376793, 4101323.8950469294, 0)
AxMap1.Extents = eExt
AxMap1.CurrentScale = 30000
AxMap1.Refresh()
Dim eExt As New MapWinGIS.Extents()
AxMap1.Projection = tkMapProjection.PROJECTION_GOOGLE_MERCATOR
AxMap1.TileProvider = tkTileProvider.GoogleHybrid
eExt.SetBounds(-10880183.78743764, 4108346.5470206295, 0, -10888802.062376793, 4101323.8950469294, 0)
AxMap1.Extents = eExt
AxMap1.CurrentScale = 30000
AxMap1.Refresh()