How to see My newly added place in Google maps after adding by Google Places API? -
i trying add place google maps using google places api's. able response place id given particular area latitude , longitude. can view of map after adding new place ?
according places api documentation android...
the resulting place object has unique place id, app can use point on retrieve place details. added places available after short time in results of get-current-place requests initiated app, , in place picker displayed app. scoping determined project id used generate api key.
newly-added places enter moderation queue considered addition google places database. places not accepted moderation process continue retrievable through place id in app submitted them, no longer appear in results of get-current-place requests, api picker, or other api method. places pass moderation visible apps , on google maps.
this means should able see within app via placepicker, not see inside other applications or google maps until passes moderation process. if not pass moderation, stop showing on placepicker within own application.
from can tell process similar if using ios or web api.
Comments
Post a Comment