Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi...
I am using below code for the dynamic image ...
='http://maps.googleapis.com/maps/api/staticmap?center='
&
num(var_mid_lat, '##############', '.', ',' )
&
','
&
num(var_mid_long, '##############', '.', ',' )
&
'&zoom=$(var_zoom)'
&
'&maptype='&var_maptype
&
'&size='&map_size_x&'x'&map_size_y
& '&key=' & gmap_key
& '&sensor= false'
& '&scale='& map_scale
--------
but still my google map is not showing for scatter chart kindly suggest.
Follow the API Guide verbatim and you wont falter.
Can you attach your qv file, to look at
This it what I use, and it works. Notice, there is no key. If it doesn't work for you, the problem is most likely in the variables.
='http://maps.googleapis.com/maps/api/staticmap?center='
&
num(var_mid_lat, '##############', '.', ',' )
&
','
&
num(var_mid_long, '##############', '.', ',' )
&
'&zoom=$(var_zoom)'
&
'&size='&map_size_x&'x'&map_size_y
&
'&sensor=false'
&
'&maptype='&var_maptype
Hi,
yes,
attach your qvw only with the google code...
Regards
André Gomes