]> git.street.me.uk Git - andy/viking.git/blob - src/geonamessearch.h
Geonames et Wikipedia search
[andy/viking.git] / src / geonamessearch.h
1 #ifndef __VIK_GEONAMESSEARCH_H
2 #define __VIK_GEONAMESSEARCH_H
3
4 /* Finding a named place */
5 extern void a_geonames_search(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
6 gchar * a_geonamessearch_get_search_string_for_this_place(VikWindow *vw);
7 gchar *uri_escape(gchar *str);
8
9 /* Finding Wikipedia entries within a certain box */
10 extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);
11
12 #endif