Re: CoreLocation

2009-03-26 Thread Alexander Spohr
Your name is „Developer“? Verify by starting the simulator and look what location it shows. If it is Apples mothership your name IS Developer. atze Am 26.03.2009 um 21:30 schrieb Development: Is there anything in MacOS X 10.5x that provides the same functionality as CoreLocation

Re: CoreLocation

2009-03-26 Thread Michael K McCarty
At C4 in this years Iron Coder there was an entry for a Desktop CoreLocation. http://developer.casgrain.com/files/DesktopCoreLocation.zip Michael On Thu, 26 Mar 2009 13:30:55 -0700 Development wrote: > Is there anything in MacOS X 10.5x that provides the same > functionality as CoreLocati

Re: CoreLocation

2009-03-26 Thread Dave DeLong
There is no CoreLocation framework in Leopard. The simulator has a hardcoded coordinate it uses when simulating a GPS fix. (That location is 1 Infinite Loop in Cupertino). The closest you'd be able to get is to get the machine's external IP address and try to get a location on that. Dav

Re: CoreLocation

2009-03-26 Thread Luke the Hiesterman
The GPS coordinates provided by the iPhone Simulator are always in Cupertino CA. There is no GPS chip in your laptop. Luke On Mar 26, 2009, at 1:30 PM, Development wrote: Is there anything in MacOS X 10.5x that provides the same functionality as CoreLocation does? I'm assuming that there is