On May 11, 12:34 am, Andrew Leach <[email protected]> wrote: > On May 11, 12:35 am, ozray <[email protected]> wrote: > > > my url is : https://alt.onlinelimosystem.com/ > > > pickup address: 2346 Gold Coast Hwy, Mermaid Beach QLD 4218, Australia > > dropoff address: 159 Old Burleigh Rd, Broadbeach QLD 4218, Australia > > I've been through the process at that URL and I can't find where you > are calculating the distance or getting directions or showing them on > a map (which the Terms require). The first address is geocoded to an > address on Lower Gold Coast Highway which may or may not be correct, > but it does resolve, so a distance should be possible. Larry's page > here manages it:http://www.geocodezip.com/example_geo2.asp
It works here: http://www.geocodezip.com/example_geo2.asp?addr1=2346%20Gold%20Coast%20Hwy,%20Mermaid%20Beach%20QLD%204218,%20Australia&geocode=1&addr2=159%20Old%20Burleigh%20Rd,%20Broadbeach%20QLD%204218,%20Australia&geocode=2 Because that page by default geocodes the addresses then does the directions call between the two resulting sets of coordinates. If you click the "Directions using addresses:Get Directions" button, it will attempt to do the Directions call with the addresses, which fails. It seems that the GDirections function can not resolve one or both of the addresses. The first one geocodes to: [ 0 ]: Lower Gold Coast Hwy, Burleigh Heads QLD 4220, Australia (-28.083209, 153.447775) "Accuracy": 6 Which means to me the GDirections class and the geocoder do not recognize: 2346 Gold Coast Hwy, Mermaid Beach QLD 4218, Australia -- Larry > > Please give some more details about where things are going wrong for > you. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-maps-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
