EBookContacts.ContactGeo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
latitude |
r/w |
latitude |
|
longitude |
r/w |
longitude |
Methods¶
class |
|
|
Details¶
- class EBookContacts.ContactGeo¶
New in version 1.12.
- classmethod new()¶
- Returns:
A new
EBookContacts.ContactGeo
struct.- Return type:
Creates an
EBookContacts.ContactGeo
struct with all coordinates set to 0.New in version 3.8.
- free()¶
Frees the self struct and its contents.
New in version 1.12.