PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → google map
google map
Iniciado por mahzuri, 22,mar. 2011 12:14 - 1 respuesta
Publicado el 22,marzo 2011 - 12:14
Dear All,
I try to make google map in my web application, but
click of btn_button1 (server)
MapsAPIKey is string = "ABQIAAAAS_1qM4zXe3PTM-I6qPMWGRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTHJOQ44bgoKIlXJmO34HzfuX9BPQ"
IMG_Image1 = GglGetStaticMap(MapsAPIKey, 40.714728, 73.998672, 14, 400, 400)

does not work.!

and how if use external javascript like : http://forum.pcsoft.fr/thread.awp…

Best Regards
Publicado el 11,junio 2011 - 12:18
first thing is DONT share you mapkey. Someone can take your key and send multiple request too quickly and disable it on you.

second, make your image Dynamic - By default it is static.

That should fix it.

-Rob