]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.h
Enable a clear icon on entry boxes used for search like input.
[andy/viking.git] / src / google.h
index 92e98024c83ae82438f628c598a3f590023488fd..82ffbbc4a860108637ecea001f62eff4b176a14a 100644 (file)
 #ifndef __VIKING_GOOGLE_H
 #define __VIKING_GOOGLE_H
 
-#include <glib.h>
-
-#include "vikcoord.h"
-#include "mapcoord.h"
-
 void google_init();
-
-guint8 google_zoom ( gdouble mpp );
-
-/* a bit misleading, this is the "mpp" (really just set zoom level, very
- * roughly equivalent so you can easily switch between maps) of
- * google maps 1, the second google maps level (1st is 0). */
-#define GOOGLE_ZOOM_ONE_MPP 2.0
-
+void google_post_init();
 
 #endif