]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.h
Add copyright
[andy/viking.git] / src / google.h
index adde53888323e2ea048c82eaa5ab02a92ef15cea..b3afecd768f22f829609dff4bb3310a7ea8cd1de 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
-
-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