Greetings,

I am facing a missing data problem in Google Places API!

As seen in the example below, the Place additional info like added
images, mobile, alternate phone, fax phone, are shown in the Google
Map search results, but not through the Google Places API!

Following this link, you could notice the added alternate phone
number, mobile, etc:

Google Maps Search Request:
http://www.google.com/maps/place?cid=4256683212236351718&q=hamza+kamaleddine+home&hl=en&ved=0CBQQ-gswAA&sa=X&ei=cO4wT4arE8Wp8QOZqITuDA

But using the Google Places API (using the HTTP requesta below):

The Place Search Request:
https://maps.googleapis.com/maps/api/place/search/json?location=33.8113420,35.619370&radius=500&name=hamza&sensor=false&key=AIzaSyBmT2NaNDJqSmZceuXD-pUrtDyHsC8kcz4

The Place Details Request:
https://maps.googleapis.com/maps/api/place/details/json?reference=CnRvAAAAbkRqsybX6Gvpr-nqkIYi1QJKegY900fj6dSPzPUST9RJBX_YZ9wlY3_sY27J1u31Et42bQVYgkTzR9FNW9PwhdfXOcWBE7J8AWFGNAX0CRK-WVh0bsReKMcNjKUHQ7nTvgrq9PUKJrQdJWNHSyQgHxIQe_tRjNX5NPBcbdN03NjgPBoUOGcFXglRkNVmm73z8WpFOErLT1s&sensor=false&key=AIzaSyBmT2NaNDJqSmZceuXD-pUrtDyHsC8kcz4

The Place Details Response (JSON):

{
   "html_attributions" : [],
   "result" : {
      "address_components" : [
         {
            "long_name" : "Aley",
            "short_name" : "Aley",
            "types" : [ "locality", "political" ]
         },
         {
            "long_name" : "LB",
            "short_name" : "LB",
            "types" : [ "country", "political" ]
         },
         {
            "long_name" : "1000",
            "short_name" : "1000",
            "types" : [ "postal_code" ]
         }
      ],
      "formatted_address" : "Ain Al Jdide Road, طريق عين الجديدة,
Aley, Lebanon",
      "formatted_phone_number" : "70 975 590",
      "geometry" : {
         "location" : {
            "lat" : 33.8113420,
            "lng" : 35.619370
         }
      },
      "icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/
generic_business-71.png",
      "id" : "a1063b63d187a576cf420e459aca9141e46bb8b6",
      "international_phone_number" : "+961 70 975 590",
      "name" : "Hamza Kamaleddine - Home",
      "reference" : "...",
      "types" : [ "establishment" ],
      "url" : "http://maps.google.com/maps/place?
cid=4256683212236351718",
      "vicinity" : "Ain Al Jdide Road, طريق عين الجديدة, Aley",
      "website" : "http://lb.linkedin.com/in/hkamaleddine";
   },
   "status" : "OK"

}

As you can notice in the retrieved JSON object, the images, mobile,
alternate, and fax numbers are missing!

How to solve this issue please?

Much Thanks.


Best Regards,

Hamza

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to