Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-29 Thread RevList
Pete Haworth on December 29, 2010 at 9:55 AM -0800 wrote: >Hi Colin, >I have a need to calculate driving distances between two points (not >in iOS but OSX) and didn't know about the Google maps API, I hope you >get it working. How did you get the initial latitude and longitude of >the start

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-29 Thread Nonsanity
No, that will give you distance as-the-crow-flies strait (great circle) lines. If you want distance as a function of driving directions, you're going the right route. (pun intended, now that I've written it) ~ Chris Innanen ~ Nonsanity On Wed, Dec 29, 2010 at 10:17 AM, Colin Holgate wrote: >

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-29 Thread Peter Haworth
Hi Colin, I have a need to calculate driving distances between two points (not in iOS but OSX) and didn't know about the Google maps API, I hope you get it working. How did you get the initial latitude and longitude of the start and end points? Is that available through Google maps API a

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-29 Thread Colin Holgate
On Dec 29, 2010, at 4:36 AM, Francis Nugent Dixon wrote: > Why use GoogleMaps ? > > Convert your Long and Lat coordinates to radians > > And use a simple Haversine formula in Livecode to > calculate the distance. Would that give you the driving distance? ___

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-28 Thread RevList
How to use LiveCode on December 28, 2010 at 8:26 PM -0800 wrote: >Also check the letter case since iOS is case sensitive. Yes, I am aware of that and have checked all cases. Strange that it works once and not again. Perhaps it does have something to do with a missing API key. I will investigate

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-28 Thread RevList
How to use LiveCode on December 28, 2010 at 6:32 PM -0800 wrote: >Are you using your Google Maps API key? The query will work in a browser, >or I guess from the message box, but I think that for it to be from an >application you would need to be using the key that you were given in >some way. I di

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-28 Thread Thomas McGrath III
Also check the letter case since iOS is case sensitive. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 28, 2010, at 9:32 PM, Colin Holgate wrote: > Are you using your Google Maps API key? The query will work in a browser, or > I guess from the message box, but I thin

Re: URL(tUrl) inconsitencies in iOS Simulator

2010-12-28 Thread Colin Holgate
Are you using your Google Maps API key? The query will work in a browser, or I guess from the message box, but I think that for it to be from an application you would need to be using the key that you were given in some way. ___ use-livecode mailing