shithub: map

ref: 3cbc44156098b3e1d2a5fce0bdb25aaa991efe2b
dir: /fns.h/

View raw version
int lon2tilex(double lon, int z);
int lat2tiley(double lat, int z);
double tilex2long(int x, int z);
double tiley2lat(int y, int z);

GBundle getbundle(GPos pos, int zoom);
GPos getlocation(void);

GProvider *getprovider(void);