Issue Properties
You can retrieve the Google place_id that has been set for each of your Fancy Fields.
The Google place_id is set for each Fancy Field on a Jira issue when the issue is created and each time the address is updated.
ENDPOINT
GET
/rest/api/2/issue/{issue key}/properties/customfield_XXXXX-place_id
RESPONSE
{
"key": "customfield_10600-place_id",
"value": {
"place_id": "ChIJ1y0qPVGxQYgR2BZZZBTvquA"
}
}