Many telecoms use a strictly formatted address that is more granular
than what is provided in the Thoroughfare object.  As an example, 401
N Broad St can be broken down as:

Street Number: 401
Street Direction: N
Street Name: Broad
Street Type: St

This is what is returned from the geocode service:

{
    "id": "p1",
    "address": "401 N Broad St, Philadelphia, PA 19123, USA",
    "AddressDetails": {
   "Accuracy" : 8,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "PA",
         "SubAdministrativeArea" : {
            "Locality" : {
               "LocalityName" : "Philadelphia",
               "PostalCode" : {
                  "PostalCodeNumber" : "19123"
               },
               "Thoroughfare" : {
                  "ThoroughfareName" : "401 N Broad St"
               }
            },
            "SubAdministrativeAreaName" : "Philadelphia"
         }
      },
      "CountryName" : "USA",
      "CountryNameCode" : "US"
   }
}

Does Google have any additional (optional) parameters that can be sent
in to get more granular data?  Is that granular data on the Google
Maps product roadmap?

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en.


Reply via email to