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

Googlemaps Cluster doesn't working

I installed GoogleMaps Cluster extension in my Qlikview and when i drag and drop Googlemaps Cluster, maps doesn't show and it's saying "This page can't load Google Maps correctly".

I have googleapis gmap key and where do i insert my key ?

If someone know how to fix this let me know .

I appreciate it.

Labels (4)
21 Replies
Dulguun1998
Contributor
Contributor
Author

Sorry for asking this question again but when i put my API key in this section my map showing me nothing but a white empty sheet. i assigned my Lon and Lat but steel it's showing me nothing

function loadLibs() {
	Qva.LoadScript('/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/GoogleMaps - Cluster/markerclusterer.js', function() {
		Qva.LoadScript('https://maps.googleapis.com/maps/api/js?key='"This is where is inserted my API KEY"w&libraries=places&callback=initMap')
	});
};
Shubham_Deshmukh
Specialist
Specialist

Have you followed each and every step I mentioned in previous reply?

cd.png

Above image is google doc, you dont need to put key in '' (single quotes). You can refer below links,

https://developers.google.com/maps/documentation/javascript/tutorial?hl=es-419

Dulguun1998
Contributor
Contributor
Author

Yes, i did. I think my script is little bit different than yours. In my script there is no "<script src> ". This is where i downloaded the cluster.
https://github.com/mindspank/GoogleMaps-Cluster-QV11
Shubham_Deshmukh
Specialist
Specialist

This is google script, obvio it will be different in QLikview script.js.
Are you getting any error msg
Shubham_Deshmukh
Specialist
Specialist

This page can't load Google Maps correctly

This error comes when you don't have API key and if you are getting this that means API key is not working in your case

Shubham_Deshmukh
Specialist
Specialist

Working for me,  

extension.PNG

Also you can refer this,

https://github.com/mindspank/GoogleMaps-Cluster-QV11

Dulguun1998
Contributor
Contributor
Author

Thank you soo much for giving me all this advices.

Do you have different link that i can download Googlemaps cluster extension ?

I really appreciate it.
Shubham_Deshmukh
Specialist
Specialist

Download from Github, my previous reply 🙂
Dulguun1998
Contributor
Contributor
Author

Thank you so much for replying.

I downloaded from Github and installed. When i assigned my long and lat in my map extension it showing me the google maps but it has "For developments purposes only" water mark on it. 

I'm struggling so hard right now haha. 

Sorry for asking same thing over and over again.

I really appreciate it.

Shubham_Deshmukh
Specialist
Specialist

It is giving you that error because Google maps are no longer free.
You have to associate a card so that you can get billed if your site has requests that exceed the $200 credit they give you monthly for free. That is why you get the watermarked maps.

https://developers.google.com/maps/documentation/geocoding/get-api-key