Searched refs:northeast (Results 1 – 6 of 6) sorted by relevance
78 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.northeast()); } in get()79 …static inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.northeast(), v… in set()
155 Projection::project(bounds.northeast(), z), in tileCover()194 auto ne = Projection::project(bounds.northeast(), zoom); in tileCount()228 auto ne = Projection::project(bounds.northeast(), z); in TileCover()
23 auto ne = bounds.northeast(); in fromLatLngBounds()
121 LatLng northeast() const { return ne; } in northeast() function in mbgl::LatLngBounds
156 std::vector<LatLng> latLngs = { region.southwest(), region.northeast() }; in setRegion()
372 bounds.northeast(), in cameraForLatLngBounds()