]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.h
Using the new icon
[andy/viking.git] / src / google.h
index aa8dc7f60e1c3fc2307500b122b7a5f3f150b6fe..92e98024c83ae82438f628c598a3f590023488fd 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
@@ -29,10 +36,5 @@ guint8 google_zoom ( gdouble mpp );
  * google maps 1, the second google maps level (1st is 0). */
 #define GOOGLE_ZOOM_ONE_MPP 2.0
 
-gboolean google_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, gdouble yzoom, MapCoord *dest );
-void google_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest );
-void google_download ( MapCoord *src, const gchar *dest_fn );
-void google_trans_download ( MapCoord *src, const gchar *dest_fn );
-void google_kh_download ( MapCoord *src, const gchar *dest_fn );
 
 #endif