Why there is a difference in locations when using jquery mobile maps api compared to google maps.
Here are the images showing the difference
Locations as in google map
Locations when using jquery ui maps api
Here are the lat longs i am testing with
+39° 44' 41.22", -104° 49' 54.15"
+39° 44' 39.28", -104° 50' 5.86"
There are other lat longs where i am getting the difference.
The JS library i am using - http://maps.googleapis.com/maps/api/js?sensor=true&libraries=geometry
How to solve this?
Pointers?