Archived:Elocation module
Aquivado: Este artigo foi arquivado, pois o conteúdo não é mais considerado relevante para se criar soluções comerciais atuais. Se você achar que este artigo ainda é importante, inclua o template {{ForArchiveReview|escreva a sua justificativa}}.
All PySymbian articles have been archived. PySymbian is no longer maintained by Nokia and is not guaranteed to work on more recent Symbian devices. It is not possible to submit apps to Nokia Store.
All PySymbian articles have been archived. PySymbian is no longer maintained by Nokia and is not guaranteed to work on more recent Symbian devices. It is not possible to submit apps to Nokia Store.
Article Metadata
This code snippet is about the elocation module - extended location module for Python.
It gives more information (Technology used, Name of the operator...) than the conventional location module in pyS60.
#import the elocation module
import elocation
#Phone in GSM mode
elocation.extended_gsm_location()
#Phone in UMTS (3G) mode
elocation.extended_gsm_location()


(no comments yet)