ref: d6a46d18dc03f793e31b0a8336e7de4c77b3a4d1
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); int handlegeojson(char *data, int ndata); void rendergeojson(GBundle pos); void cleargeojson(void); void lockmapimage(void); void unlockmapimage(void); typedef void (*ImageUpdated)(void); void requestimage(GBundle from, ImageUpdated); void debugprint(char *fmt, ...);