X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/944931149d95399a6c9aad8b9c1f4de68676370e..5a37f6455110be56f334bd1e61c423f090421047:/src/vikmapslayer.h diff --git a/src/vikmapslayer.h b/src/vikmapslayer.h index 298d3565..d32ca8eb 100644 --- a/src/vikmapslayer.h +++ b/src/vikmapslayer.h @@ -55,5 +55,10 @@ typedef struct { } VikMapsLayer_MapType; void maps_layer_register_type ( const char *label, guint id, VikMapsLayer_MapType *map_type ); +void maps_layer_download_section_without_redraw ( VikMapsLayer *vml, VikViewport *vvp, VikCoord *ul, VikCoord *br, gdouble zoom); +gint vik_maps_layer_get_map_type(VikMapsLayer *vml); +gchar *vik_maps_layer_get_map_label(VikMapsLayer *vml); +gchar *maps_layer_default_dir (); + #endif