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: var valid = SearchCode(result.code) looks nicer than: var valid = Mapifies.SearchCode(result.code) or var valid = jQuery('#map').jmaps('SearchCode', result.code); But I suppose the second version would make sense in the new API. If you have any thoughts on it, please let me know. On Nov 9, 1:45 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > 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 helper functions to be global? Why not tuck > all the functionality into the Mapifies namespace? I know that Google > totally pollutes the global namespace, but I don't think it's a good > idea to follow their lead. Just my .02. :-) > > Cheers! > > Mike