Searched refs:latLngForPixel (Results 1 – 3 of 3) sorted by relevance
144 LatLng latLngForPixel(const ScreenCoordinate&) const;
670 LatLng Map::latLngForPixel(const ScreenCoordinate& pixel) const { in latLngForPixel() function in mbgl::Map
1216 d_ptr->mapObj->latLngForPixel(mbgl::ScreenCoordinate { pixel.x(), pixel.y() }); in coordinateForPixel()