ThinkGeo.com    |     Documentation    |     Premium Support

GoogleOverlay AG_E_NETWORK_ERROR

Hello,


I'm trying to use the GoogleOverlay but am getting a random error:


Line:437

Char:17

Code:0

Error:Sys.InvalidOperationException: ImageError error #4001 in control 'SilverlightMapConnector1': AG_E_NETWORK_ERROR

URL:localhost:2852/ScriptRes...ffd1d6f1c2


I using the following code:



 


GeographyUnit.Meter;

GoogleOverlay baseOverlay = new GoogleOverlay();

Map1.Overlays.Add(baseOverlay);


I also don't see any reference to the GoogleOverlay in the Api help. Is it supported?



Map1.MapUnit =



Hi Pedro,


Google overlay is implemented using Google map static API which has some restrictions on free-trial key, it would throw exceptions randomly when you fetch images from Google server if the license key is unavailable.
 
So could you please contact the Google sales man to apply or purchase a licensed key, and then try again to see what happens.
 
Any more questions please let me know.
 
Thanks,
 
Sun

Hello, 
  
 I’ve aplied for a Google maps API key and am using it in the code but I have the same problems. 
  
             GoogleOverlay baseOverlay = new GoogleOverlay(“GoogleOverlay”, “XXXXXXXXXXXXXXXXXXXXXXXXX”); 
             Map1.Overlays.Add(baseOverlay); 


Pedro,


The Google maps API key has some restrictions because it is just a free trial key. Please take a look at the “Usage Limits” section in the following link:
code.google.com/apis/maps/do...taticmaps/
The exception will be raised when exceeds the limit of Google Static Maps API.
Any more questions please let us know,
Thanks,
Sun