The app show the html file with radar and all, but, the pois arent visible.
After 2 or 3 secs, the device get locked signal from gps, and then the pois go visible.
I have made some tests like if i can get my lat and lang right after open the app, and it does display the info, so, i dont know why the pois still get invisible.
Second, how can i know, when the pois are fully loaded and visibles?
Thank you in advance.
A
Andreas Fötschl
said
almost 11 years ago
Hi there!
I guess you implemented your onwn locationListener to fetch user#s location.
Please enure you handle GPS and network-positioning in your code and forward the location information poperly to the archtectView in your Android code.
To quickly find out if your location was injected properly you may implement
Rigel