Searched refs:getCoordinates (Results 1 – 5 of 5) sorted by relevance
26 std::array<LatLng, 4> ImageSource::getCoordinates() const { in getCoordinates() function in mbgl::style::ImageSource27 return impl().getCoordinates(); in getCoordinates()
21 std::array<LatLng, 4> getCoordinates() const;
29 std::array<LatLng, 4> ImageSource::Impl::getCoordinates() const { in getCoordinates() function in mbgl::style::ImageSource::Impl
24 std::array<LatLng, 4> getCoordinates() const;
117 auto coords = impl().getCoordinates(); in update()