all:
in my own web project. i need to handle something about location in google map.
now, get address through latitude and longitude using google geocoding api is okay; get latitude and longitude through cellid info is okay.
the question is, how to get a pair of latitude and longitude which can can be show in google map through a pair of latitude and longitude comes from a gps devices.
NOTE: I am a Chinese and live in China. in china, all lat&lon comes form gps device should be made some offset before show in electric-maps. a question: in other countries, google map need not be offseted?
any responses will be appreciated!
-- Jia Xialei.