X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..355fba114cb61cc3b9828c85f1341c46caf4a335:/src/google.h diff --git a/src/google.h b/src/google.h index aa8dc7f6..b3afecd7 100644 --- a/src/google.h +++ b/src/google.h @@ -22,17 +22,6 @@ #ifndef __VIKING_GOOGLE_H #define __VIKING_GOOGLE_H -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_init(); #endif