Reference
Remy Reference/admin/Geo map points
?

Geo map points

City-level latitude and longitude points for geo rendering.
admin.analytics.map({ country: "US" })

City-level latitude and longitude points for geo rendering. Without a filter it reads the full-history rollup; any click-filter drops it to the 90-day per-event table.

Parameters
--country
string
Restrict to one country.
--limit
number
Maximum rows to return.
CLI
remy-admin analytics map --country US