If I have two placeid's, my address and the country, how can I ask Google Maps API if my address' placeid is inside the country's placeid?
For example, the white house has a placeid of ChIJ37HL3ry3t4kRv3YLbdhpWXE
and USA has a placeid of ChIJCzYy5IS16lQRQrfeQ5K5Oxw
, can Maps API tell me if the white house is in the USA using the placeid's? If so, how?
If I go to https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJCzYy5IS16lQRQrfeQ5K5Oxw&key=REDACTED then I can see the full details of a placeid but this doesn't tell me what I need to know.