E.ContactGeo – libebook-contacts-1.2 Reference Manual
Packages
libebook-contacts-1.2
E
ContactGeo
from_string
ContactGeo
free
to_string
latitude
longitude
ContactGeo
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"e_contact_geo_get_type ()"
) ]
[
Compact
]
[
Version
( since =
"1.12"
) ]
public
class
ContactGeo
Namespace:
E
Package:
libebook-contacts-1.2
Content:
Static methods:
public
static
ContactGeo
?
from_string
(
string
latitude,
string
longitude)
Creation methods:
public
ContactGeo
()
Creates an
ContactGeo
struct with all coordinates set to 0.
Methods:
public
void
free
()
Frees the
this
struct and its contents.
public
bool
to_string
(
out
string
? out_latitude,
out
string
? out_longitude)
Converts latitude and longitude of the
this
into string.
Fields:
public
double
latitude
public
double
longitude