update_business_location()¶
- async Client.update_business_location()¶
Update the business location shown on your business page.
Usable by Users Bots- Parameters:
geo_point (raw.types.InputGeoPoint) – Geolocation coordinates for the business
address (str) – Text address to display
- Returns:
Example
await app.update_business_location(...)