Seeking clarification on how the geo referencing process functions for images. Is there a method to accurately extract latitude and longitude information from this specific line of code?
imageBounds = [map.unproject([0, 0], 20), map.unproject([1716,1178], 20)];
Your assistance is greatly appreciated.