Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yeshey/Export-Google-Maps-Saved-Places
/ functions
Functions
9 in github.com/Yeshey/Export-Google-Maps-Saved-Places
⨍
Functions
9
◇
Types & classes
0
↓ 4 callers
Function
extract_coords
(u)
main.py:28
↓ 3 callers
Function
get_broken_link_coords
Navigate to known broken link and extract its coordinates. Returns tuple of (lat, lon) or None if unable to extract.
main.py:68
↓ 2 callers
Function
create_gpx
Creates a GPX file from a list of entries. Each entry is a dict with: title, note, url, tags, comment, lat, lon
main.py:210
↓ 2 callers
Function
find_and_click_by_element
Iterate actual button elements, check aria-label and inner text for keywords, click the best candidate. Prefer reject substrings.
main.py:35
↓ 1 callers
Function
check_structure
Verify every CSV file in the directory has the exact header: Title,Note,URL,Tags,Comment
main.py:410
↓ 1 callers
Function
get_coordinates_from_url
Process a single URL and return coordinates. Returns (0, 0) if coordinates match broken link pattern. Returns None if timeout or error.
main.py:130
↓ 1 callers
Function
main
()
main.py:435
↓ 1 callers
Function
parse_existing_gpx_outputs
Parse any existing .gpx files in output_dir and return a mapping: { basename_without_ext: { title -> (lat, lon) } } This lets the scri
main.py:287
↓ 1 callers
Function
process_csv_file
Process a single CSV file and return list of entries with coordinates. existing_titles_coords: dict mapping title -> (lat, lon) read from an
main.py:326