Map
Geographic map data
📄️ Geocode an address — returns latitude and longitude
Geocode an address — returns latitude and longitude
📄️ Get geocoded map items — families, group members, or cart persons
Get geocoded map items — families, group members, or cart persons
📄️ Get nearest neighbor families for a given familyId
Get nearest neighbor families for a given familyId
📄️ Geocode all active families missing coordinates
Iterates active families that have a street address but no usable coordinates, geocoding each via Nominatim at ~1 request/second. Families are taken in ID order; up to 50 per call. Pass 'skip' = the number of families that failed in earlier calls so those are not re-queried, and repeat while 'remaining' > 'skip'. Admin-only.