Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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:

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top