As far as I understand, jQuery cannot read Google Maps data. So is there a pure javascript way to get marker coordinates relative to the screen? (top(), left()). Thanks.
EDIT: Projection class did this via toScreenLocation() method in API v2, but how would I achieve the same in v3 ?
EDIT 2: I am using WebView from Android SDK to load the map.
For answer see this: https://stackoverflow.com/a/6671206/997633