[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
Another fair point. I've pushed r61 which contains these changes and updated documentation. On Nov 9, 4:20 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > var valid = SearchCode(result.code) > > > looks nicer than: > > > var valid = Mapifies.SearchCode(result.code) or var valid = > > jQuery('#map'

[jQuery] Re: jMaps Updates

2008-11-09 Thread Mike Alsup
> var valid = SearchCode(result.code) > > looks nicer than: > > var valid = Mapifies.SearchCode(result.code) or var valid = > jQuery('#map').jmaps('SearchCode', result.code); Not if you've clobbered someone else's SearchCode function. Or createIcon, getCenter, getBounds, etc. You're making an

[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
Hey Mike, No thats an absolutly fair point and if you can suggest anything? I don't want to have them as plugin functions, unlike getCenter and getBounds as these are specific to the map. The functions you are talking about are helper functions to be used anywhere within the application, so: v

[jQuery] Re: jMaps Updates

2008-11-09 Thread Mike Alsup
> All Releases in the future will be marked by their revision number in > the SVN.  At the moment, its r59 and you can download it > fromhttp://jmaps.googlecode.com/files/jquery.jmap-r59.js Hi Tane, That's some great coverage of functionality that you have there! But why are you defining your

[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
Hi Folks, The documentation is now available at http://map.ifies.org These documents cover the underlying API as well as several examples, these include: * Address searching + Reverse Geocoding * Directions Search * Adding a GeoXML Feed * Adding a Ground Overlay * Adding and Removing markers *