Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
CallAsync error on add GeoLocation
G
GIRAUD FLORENT
started a topic
almost 8 years ago
CallAsync error on add GeoLocation
1 Comment
G
GIRAUD FLORENT
said
almost 8 years ago
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
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3735 topics
© 2020
Wikitude
GmbH ·
Imprint
·
Legal
GIRAUD FLORENT