ref: 99e6eda7182651155b2baa3957242898fa489f37
dir: /fns.h/
GBundle getbundle(GPos pos, int zoom, Point *offset); GPos getlocation(void); void tile2gps(double *x, double *y, int z); int parsepos(char *data, int ndata, GPos *pos, int *zoom); void lockmapimage(void); void unlockmapimage(void); typedef void (*ImageUpdated)(void); void requestimage(GBundle from, ImageUpdated); void debugprint(char *fmt, ...);