Searched defs:coords_ (Results 1 – 2 of 2) sorted by relevance
7 ImageSource::Impl::Impl(std::string id_, std::array<LatLng, 4> coords_) in Impl()12 ImageSource::Impl::Impl(const Impl& other, std::array<LatLng, 4> coords_) in Impl()
11 ImageSource::ImageSource(std::string id, const std::array<LatLng, 4> coords_) in ImageSource()21 void ImageSource::setCoordinates(const std::array<LatLng, 4>& coords_) { in setCoordinates()