Google places maps Api web service post new place

152 views Asked by At

I just posted 2 places with the Add Place API.

I used this model and got a success status confirmation by the webservice and then for each I got an id, and place_id, reference, scope and status

But the problem is I cannot see my new places on the google maps interface. where can I find my places to check if everything is right?

1

There are 1 answers

0
kaho On

if you take a look at the documentation:

When you add a place, the new place is available immediately in Nearby Searches initiated by your application. The new place also enters a moderation queue to be considered for Google Maps. A newly-added place does not appear in Text Search or Radar Search results, or to other applications, until it has been approved by the moderation process.

Which means everyone can add their own places for the own use. But in order to have your place visible to other apps or the Google Maps, it needs to pass the moderation process. If your places did not show up after a week or so, then probably it didn't make it through.