EBookContacts.ContactGeo

Fields

Name Type Access Description
latitude float r/w latitude
longitude float r/w longitude

Methods

class new ()
  free ()

Details

class EBookContacts.ContactGeo

New in version 1.12.

classmethod new()
Returns:A new EBookContacts.ContactGeo struct.
Return type:EBookContacts.ContactGeo

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.