Playing with Google Maps version
3:25 pm in Uncategorized by smalldeath
Finally get to do some programming/development work again, this time with Google Maps and creating a map for the Trimarc traffic cameras. It’s not overly difficult, but the biggest issue is that I started doing this way-back-when and was designing it in Maps v2 and when I started back up, without realizing it, I was trying to do things with Maps v3.
It seems as if they have nothing in common. At first everything was just errors until I realized what was going on. Then the infowindow wasn’t acting right. Buried somewhere in the documentation I’m sure it tells you that the infowindow should be a single object that you “move around” as opposed to just creating a new one, but I didn’t see it.