Hi!

I'm trying to get a GPS fix on my G1 via Gears. I'm using the
HelloGears sample code. Shouldn't do the line "enableHighAccuracy:
true", do the trick? It's a bit odd I get a cell-tower fix only. Even
after quite some waiting. Eventually my objective is to get a GPS fix
ONLY. In other words is there any way to dismiss positioning via cell
and wifi at all?

I appreciate your help! Best, Hannes
--------------------------------------------------------------------------------
geolocation.getCurrentPosition(successCallback,
                                   errorCallback,
                                   { enableHighAccuracy: true,
                                     gearsRequestAddress: true });

Reply via email to