Searched defs:worldSize (Results 1 – 1 of 1) sorted by relevance
43 static double worldSize(double scale) { in worldSize() function in mbgl::Projection96 static Point<double> project_(const LatLng& latLng, double worldSize) { in project_()