My map takes up 100% width and height of the browser screen.. I have a draggable div that is super imposed over the map, I am capturing this divs position using offset(); to get the pixel top and left values currently.
My goals would be to convert these values to latitude and longitude... Could something like this be possible?