X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..020b155be89ee1825309eb6d8d1958f3b46c310d:/src/google.h?ds=inline diff --git a/src/google.h b/src/google.h index aa8dc7f6..92e98024 100644 --- a/src/google.h +++ b/src/google.h @@ -22,6 +22,13 @@ #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 @@ -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