Data Fields | |
gchar * | name |
gchar * | code |
gchar * | country |
gchar * | zone |
gchar * | locale |
gdouble | lat |
gdouble | lng |
gdouble | x |
gdouble | y |
gint | id |
Cityinfo structure contain some data (like city name, country etc.) about particular city.
gchar* _Cityinfo::name |
name of the city (localized) - "Helsinki"
gchar* _Cityinfo::code |
code of the country - "FI"
gchar* _Cityinfo::country |
name of the country (localized) - "Finland"
gchar* _Cityinfo::zone |
name od the timezone - "Europe/Helsinki"
gchar* _Cityinfo::locale |
string describing locale - "fi_FI@euro"
gdouble _Cityinfo::lat |
latitude of the city
gdouble _Cityinfo::lng |
longitude of the city
gdouble _Cityinfo::x |
relative position of the city on the map - 0.23
gdouble _Cityinfo::y |
relative position of the city on the map - 0.48
gint _Cityinfo::id |
id of particular city - 68