Nearby Search

nearby

Find places inside a required latitude, longitude, and radius restriction. Good for local discovery and map-near-me workflows.

Usage

goplaces nearby [flags]

shell
goplaces nearby --lat 47.6062 --lng -122.3321 --radius-m 1500 \
  --type cafe --type bakery --limit 5

Flags

--lat, --lng, --radius-mRequired location restriction.
--limitMax results, 1-20. Default: 10.
--typeIncluded place types. Repeatable.
--exclude-typeExcluded place types. Repeatable.
--language, --regionBCP-47 language and CLDR region hints.

Notes

Use --json for stable result arrays. Results include business_status when Google returns it.