Searched refs:southwest (Results 1 – 6 of 6) sorted by relevance
70 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.southwest()); } in get()71 …static inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.southwest(), v… in set()
157 Projection::project(bounds.southwest(), z), in tileCover()193 auto sw = Projection::project(bounds.southwest(), zoom); in tileCount()227 auto sw = Projection::project(bounds.southwest(), z); in TileCover()
22 auto swProj = Projection::project(bounds.southwest().wrapped(), maxZoom); in fromLatLngBounds()
120 LatLng southwest() const { return sw; } in southwest() function in mbgl::LatLngBounds
156 std::vector<LatLng> latLngs = { region.southwest(), region.northeast() }; in setRegion()
370 bounds.southwest(), in cameraForLatLngBounds()