On Oct 6, 10:52 am, Lud <[email protected]> wrote:
> I've been reading the versioning section thoroughly and can't seem to
> figure out how to migrate correctly.
>
> As of about two days ago my maps are now blank. I'm not seeing clearly
> in devplr's guide how to migrate code to v3.

You are currently using v2:
google.load("maps", "2");

That is still available.

Your problem is a sequencing issue, you don't let the jsapi loader
finish loading before running scripts that depend on it.

  -- Larry

>
> Viewing source, I can see data is being pulled in from google but then
> no display. Is this due to the deprecation of v2 and my API key? Does
> an API key expire? Check my source 
> here:http://www.thebedandbreakfastdirectory.com/fredericksburg_TX-search.html
>
> any thoughts would be greatly appreciated.
>
> Mozilla gives me this:
> ---------------------------------------------------------------------------­----------------
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
> Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR
> 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
> Timestamp: Wed, 6 Oct 2010 04:35:17 UTC
>
> Message: 'google' is undefined
> Line: 10
> Char: 1
> Code: 0
> URI:http://www.thebedandbreakfastdirectory.com/addons/gmaps/map_google.js
> ---------------------------------------------------------------------------­---------------------------------------
>
> Thank You!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to