On Sep 20, 10:38 am, Mitja Felicijan <[email protected]> wrote: > Hi, > > I got GPS locations from my client and I can't use them for Gmaps. > Here is an example what I got.
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#MapCoordinates You need to have decimal degrees of latitude and longitude in the WGS84 reference model for the Google Maps API. Convert them from whatever units they are in to those and they will work. Or have you client give you the coordinates in the right units/ frame of reference. -- Larry > > x = 91400.25 > y = 537881.75 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
