search for: sapiid

Displaying 2 results from an estimated 2 matches for "sapiid".

Did you mean: said
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
...callback(); + }; + script.addEventListener(''load'' ,evl ,true); + } + document.getElementsByTagName(''head'')[0].appendChild(script); + return; + }; + + /** * Calls the API specific implementation of a particular method. */ var invoke = function(sApiId, sObjName, sFnName, oScope, args){ @@ -29,14 +77,14 @@ }; return { - + /** * Registers a set of provider specific implementation functions. */ register: function(sApiId, oApiImpl){ if(!apis.hasOwnProperty(sApiId)) apis[sApiId] = {}; mxn.util.merge(apis[sApiId]...
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys, Been working on this over the past few evenings and, although it''s not actually working yet, I thought I''d give you a first glance. The core mapstraction stuff is about 1800 lines with the Google implementation code adding another 500. Original mapstraction is 5353 lines so we''re looking at 5800 for this version if you were to include all provider