Suggested in #195 (review).
Context: the old search accordion had 'Copy address' (full ESRI LongLabel) and 'Copy coords' buttons. The unified bottom-sheet flow replaced them with the geocode-bar's single Copy button, which copies the sheet label + coords — not the full ESRI LongLabel address string. Minor regression for users who relied on copying the full address from a search result.
Scope: src/geocoding.ts — pass the result's LongLabel/Match_addr through selectResultLi into the geocode bar's copy text (or expose a dedicated copy affordance).
Acceptance: selecting a search result and tapping Copy yields the full address, matching the pre-redesign behavior.
Suggested in #195 (review).
Context: the old search accordion had 'Copy address' (full ESRI
LongLabel) and 'Copy coords' buttons. The unified bottom-sheet flow replaced them with the geocode-bar's single Copy button, which copies the sheet label + coords — not the full ESRILongLabeladdress string. Minor regression for users who relied on copying the full address from a search result.Scope:
src/geocoding.ts— pass the result'sLongLabel/Match_addrthroughselectResultLiinto the geocode bar's copy text (or expose a dedicated copy affordance).Acceptance: selecting a search result and tapping Copy yields the full address, matching the pre-redesign behavior.