Parse an address into structured components with geocoding
services.geo.parseAddress(params);
const parsed = await services.geo.parseAddress({ address: "1600 Amphitheatre Parkway, Mountain View, CA", }); return `${parsed.city}, ${parsed.state}`;