I have read through the forumns and here's where I am at.
1. I have a valid API key
2. I seem to be populating the javascript correctly from my repeater
3. the link takes me to a page that looks like this:
{
"name": "6109 Maddry Oaks Court,Raleigh,NC",
"Status": {
"code": 200,
"request": "geocode"
},
"Placemark": [ {
"id": "p1",
"address": "6109 Maddry Oaks Ct, Raleigh, NC 27616, USA",
"AddressDetails": {"Country": {"CountryNameCode":
"US","CountryName": "USA","AdministrativeArea":
{"AdministrativeAreaName": "NC","Locality": {"LocalityName":
"Raleigh","Thoroughfare":{"ThoroughfareName": "6109 Maddry Oaks
Ct"},"PostalCode": {"PostalCodeNumber": "27616"}}}},"Accuracy": 8},
"ExtendedData": {
"LatLonBox": {
"north": 35.8687352,
"south": 35.8624400,
"east": -78.5864341,
"west": -78.5927293
}
},
"Point": {
"coordinates": [ -78.5895817, 35.8655876, 0 ]
}
} ]
}
I trust I am either doing something wrong or missing the point behind
this app....all I want is to create a snazzy little link for the user
to get directions from google from. What am I missing here?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---