On 16 Dec 08, at 03:21, SridharRao M wrote:
How we can find out nearest food courts to the current iphone palce
through program.

I think with the CoreLocation Framework we can find out current place of the
iPhone.


+[NSFoodCourt nearestFoodCourts], of course. :P

But seriously: this is an application-domain problem which you will need to solve yourself. Core Location will tell you (to a reasonable degree of accuracy) where you are, but figuring out where that is in relation to points of interest is your responsibility. There are a number of mapping services available online which may be able to solve this problem for you, but they're completely outside the scope of Cocoa programming.
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to