Hi, Austin: Is there a plan that Google will release a future Gear Geolocation API which supports CELL ID for locating position?
thanks, Jay On 12月5日, 上午9時45分, Austin <[email protected]> wrote: > Hi, > > It seems like you are trying to access Google location server directly. I'm > afraid this would violate the Gears Terms of Service. Direct use of the > server using the JSON protocol is prohibited. See section 5.3 > ofhttp://gears.google.com/tos.html > > You can only use the Google location server through the Gears JavaScript > Geolocation API. Seehttp://code.google.com/apis/gears/api_geolocation.html. > We publish the JSON protocol to allow third parties to implement their own > server, which Gears can then be configured to use instead of the default > server provided by Google. > > Hope that helps, > Austin > > On Thu, Dec 4, 2008 at 10:25 AM, egerm <[email protected]> wrote: > > > I'm trying to build application that require relatively accurate > > location of the phone without GPS. > > Geolocation API: > > If I send several neighbor cell towers in the request to the JSON > > server, I supposed to receive the triangulated location. However, I > > always receive location according to the first cell tower in the > > array. Moreover, signal_strength and timing_advance don't influence on > > the result. > > Is the problem in my script? Or this API doesn't have the full > > functionality yet?
