Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 09-02-2008, 11:40 AM   #6 (permalink)
varchar
Registered Member
 
Join Date: Aug 2008
Posts: 100
varchar is on a distinguished road
Default

Here is my code.

It doesn't seem to work as I expect. I need GPS to update down to the 1 meter level (seems that is closest accuracy)... I think below is some syntax problems...

Any help would be appreciated...

Code:
	
	CLLocationDistance locationDistance;
	
	locationDistance = 1.0;

	[[MyCLController sharedInstance].locationManager distanceFilter:locationDistance];
	[[MyCLController sharedInstance].locationManager desiredAccuracy: kCLLocationAccuracyBest];
	
	[[MyCLController sharedInstance].locationManager startUpdatingLocation];
varchar is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,445
Threads: 94,031
Posts: 402,603
Top Poster: BrianSlick (7,978)
Welcome to our newest member, Adamz3us
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:46 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.