Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading Map in qlikview using google api key

Hi all,

I am trying to load map in qlikview using google api key. I have obtained a key also and when i put that key in qvw document than an error called download failed is coming.

This is the URL i am using for calculating longitude & latitude.

FROM [http://maps.google.com/maps/geo?q=$(d)&output=xml&oe=utf8&sensor=false&key=XXYYZZ] (XmlSimple, Table is [kml]);

Could any one know the solution?

Thanks in advance.

1 Reply
Anvesh
Contributor III
Contributor III

Hi Shailesh,

i think download error is because of Table name which is underlined in the URL

FROM [http://maps.google.com/maps/geo?q=$(d)&output=xml&oe=utf8&sensor=false&key=XXYYZZ] (XmlSimple, Table is [kml]);


Change URL into like this


FROM [http://maps.google.com/maps/geo?q=$(d)&output=xml&oe=utf8&sensor=false&key=XXYYZZ] (XmlSimple, Table is [GeocodeResponse]);


Hope this helps.


Regards

Anvesh