X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/29bcf539df81f287b91df6de5760cf89179cd6e3..21012ec0a0a3c535966813134645b87160b18bc3:/src/google.h diff --git a/src/google.h b/src/google.h index 7997865e..b3afecd7 100644 --- a/src/google.h +++ b/src/google.h @@ -22,25 +22,6 @@ #ifndef __VIKING_GOOGLE_H #define __VIKING_GOOGLE_H -#include - -#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 ); -void google_slippy_download ( MapCoord *src, const gchar *dest_fn ); - #endif