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 of
http://gears.google.com/tos.html

You can only use the Google location server through the Gears JavaScript
Geolocation API. See http://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?
>

Reply via email to