Hello,
i have to develop an application to show GPS coordinates.
The following code seems to be already working for internal GPS of N95
How is possible to use the same (or similiar) code for an external bluetooth antenna GPS without write a totally different code for it?Code:positioning.set_requestors([{"type":"service", "format":"application", "data":"test_app"}]) print "position set_req called" positioning.position(course=1,satellites=1, callback=cb, interval=500000, partial=0)
Thank you!
Giacomo

Reply With Quote



