Start a new topic

CallAsync error on add GeoLocation

CallAsync error on add GeoLocation
1 Comment


Hi,

I'm trying to use phonegap plugin but when i create a new AR.Geolocation, i get an error 'object has no method callAsync'.

I just modified the helloworld sample with this one:

function setupScene(){

var name="testPOI",lat=43.81829299689311,lon=4.369537889029402,alt=10; console.log('POI:'+name) var geoloc = new AR.GeoLocation(lat, lon, alt) ;

var geoloc = new AR.GeoLocation(lat, lon, alt) ;

}
Login or Signup to post a comment