Link to home
Start Free TrialLog in
Avatar of johnmc33
johnmc33Flag for United States of America

asked on

Appcelerator Titanium watchPosition question

Hi,

I am trying to use Titanium's watchLocation function but keep getting the following error

"Result of expression 'Titanium.Geolocation.watchPosition' [undefined] is not a function"
I am a newbie to app development and I cannot find this in the API doc...
the line is...
"Titanium.Geolocation.watchPosition(function(e)
{//Deal with the Coordinates;}, function(){
Titanium.API.info("FAILED");},{"enableHighAccuracy" : true}
);

Do I need to add any special libs to my program or update my Titanium Release?

John
ASKER CERTIFIED SOLUTION
Avatar of MikeQc
MikeQc
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial