Hi,
In the .ipl(perl) file we have written the code in which depending upon the country and city, the map in callout(popup window) will show the office location.
But while migrating google map API version2 to version3, what all the changes we need to do?
Now for google map version2 we are using the url as below
my $gmap_url = "
http://maps.google.com/maps?file=api&v=2&key=".$gmap_key;$gmap_key="google_map_key"
can anybody help me in this regards?