Struct

EBookContactsContactGeo

since: 1.12

Description

struct EContactGeo {
  gdouble latitude;
  gdouble longitude;
}

No description available.

Structure members
latitude: gdouble

Latitude.

longitude: gdouble

Longitude.

Available since: 1.12

Constructors

e_contact_geo_new

Creates an EContactGeo struct with all coordinates set to 0.

since: 3.8

Functions

e_contact_geo_from_string

Creates a new EContactGeo, which has set latitude and longitude from the provided strings.

unstable since: 3.60

Instance methods

e_contact_geo_free

Frees the geo struct and its contents.

since: 1.12

e_contact_geo_to_string

Converts latitude and longitude of the self into string. Free the returned strings with g_free(), when no longer needed.

unstable since: 3.60