Hi,
Are you referring to SDK 8.1 and are you working with the JS API or with the Cordova, Titanium or Xamarin extension?
Is this issue also occuring in our SDK sample app or only in your own application? Did you test with the unchanged sample app?
Greetings
Nicola
Mohammed Janish
In my code, When I call PoiRadar.show(), an error throws up. It even persists in the sample app reloadingcontent.js as well. As soon as I comment out the code, PoiRadar.show() call, everything works well.
The following is the stack-trace that I pulled out of the browser.
ade.js:1 Uncaught TypeError: Cannot read property 'apply' of undefined
at Object.__executeFunctionByName (ade.js:1)
at Object.callAsync (ade.js:1)
at c.notifyUpdateRadarPosition (ade.js:1)
at c.container (ade.js:1)
at Object.initFn [as show] (radar.js:10)
at Object.loadPoisFromJsonDataFn [as loadPoisFromJsonData] (reloadingcontent.js:51)
at Object.success (reloadingcontent.js:283)
at c (jquery-1.9.1.min.js:3)
at Object.fireWith [as resolveWith] (jquery-1.9.1.min.js:3)
at k (jquery-1.9.1.min.js:5)