Hello,
I have got following problem:
After using your’s example(with newly generated api key) I get only
a blank page?
Thank a lot in advance for any help.
Hello,
I have got following problem:
After using your’s example(with newly generated api key) I get only
a blank page?
Thank a lot in advance for any help.
After adding those two lines :
gmaps.setWidth(“1500px”);
gmaps.setHeight(“1500px”);
The map appeared.
Hi Maciej
Yes, in our code sample we’re setting the size full, so if you place it inside a layout it will show, but maybe it’s worth to set a default size so it will at least show something if you forget to set it’s size.
Regards!
thank You !