Google Maps show the message \"For development purposes only\" when I try to show it in my webpage:
How could I make this message go away?
My code i
SATELLITE or HYBRIDwell, it is just a watermark, you can hide it if you change the or you can use but it is not as responsive as z-index=100
I use
setInterval(function(){
$("*").each(function() {
if ($(this).css("zIndex") == 100) {
$(this).css("zIndex", "-100");
}
})}
, 10);
map.addListener('idle', function(e) {
//same function
}
setInterval