If your Google Maps objects doesn’t work anymore in QlikView, you have to change the API call to match the new V3 syntax:
Old call:
=’http://maps.google.com/staticmap?center=‘ &var_mid_lat&’,’&var_mid_long&’ &zoom=$(var_zoom)’&’ & maptype=’&var_maptype&’ &size=400×400’&’ &key=’&gmap_key &’.jpg’
New call:
=’http://maps.googleapis.com/maps/api/staticmap?center=‘ &var_mid_lat&’,’&var_mid_long&’ &zoom=$(var_zoom)’&’ &maptype=’&var_maptype&’ &size=400×400’&’ &sensor=false’
Thanks for the suggestion …. for this V3 maps I couldn’t change the map type to satellite mode