Yes you are allowed to specify your own location server. Sorry if I have misunderstood your original question. I thought you were trying to access Google location server directly outside of the Gears JavaScript API, which is not permitted with respect to our TOS. Austin
On Tue, Jan 6, 2009 at 10:47 AM, Prognose85 <[email protected]> wrote: > > Hi Austin, > > but the getCurrentPosition function offers the possibility to use > anothrt location Provider > > geolocation.getCurrentPosition(successCallback, > errorCallback, > { enableHighAccuracy: true, > gearsRequestAddress: true, > gearsLocationProviderUrls: > ['http://localhost/myLocationProvider'] > }); > > It is not allowed to write an own Location provider Web Services, > which will be called by the getCurrentPosition method of Gears? > > Thanks! >
