JavaScript lib for google maps or live maps

603 Views Asked by At

Can anyone recomend a good javascript lib for working with Google Maps or Live Maps(virtualearth )?

Is jQuery og Prototype something to consider?

I think I remember that asp.net ajax had some controls and hooks for working with virtual earth back in the day, but cant seem to find it any more.

Cheers

4

There are 4 best solutions below

0
On BEST ANSWER

I've used both jQuery and Prototype. They both have their ups and downs, however I recently switched from Prototype to jQuery and have really been enjoying it.

Here is a link to the Google jQuery plugin.

0
On

jQuery and Prototype are "general" JS frameworks (for lack of a better word), mostly aimed at manipulating the DOM/handling events etc. You want one of the Map APIs:

0
On

Google's own Javascript Client Library can be used to interact with various google services, including maps.

0
On

I could have sworn this was already available. Looks like it isn't still. The Dojo toolkit might be the first to implement it, though. Look for developments here.