On Oct 13, 8:21 pm, vietbv <[email protected]> wrote: > im working with project , using google map. but my application return > an other kind of lat and long, it like this : 2101.2566,N, > 10547.2221,E . so i can lookup this point using google map.
You really need to know the coordinate system those numbers are in. They look like they might be UTM Northing/Easting: http://www.google.com/search?hl=en&q=northing+easting&aq=f&aqi=g10&aql=&oq=&gs_rfai= Try converting them and see if they end up in the right place. Or go to where you got them and determine what they are. > does any one help to solve this problems. > thanks. -- 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.
