TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Trip Planner – A tool for planning a trip itinerary using Google Maps

110 点作者 adl1995超过 5 年前

13 条评论

phsource超过 5 年前
I have to say, being able to add all the places to a list accessible from Google Maps is really key since it&#x27;s one of my main tools while on a trip. I&#x27;m curious though -- what got you to choose exporting to Google My Maps vs. a Google Maps saved places place list?<p>For Wanderlog (<a href="https:&#x2F;&#x2F;wanderlog.com" rel="nofollow">https:&#x2F;&#x2F;wanderlog.com</a>), we ended up exporting to Saved Places instead of Google My Maps. My Maps lets you do advanced things like create regions and polygons, but when using it on the Google Maps app, it seems strictly worse:<p>1. You have to explicitly turn on the My Maps layer, rather than the pins always showing, for it to show up on the app, and<p>2. When you tap on one of the My Maps pins, it doesn&#x27;t show the underlying place&#x27;s associated details (e.g., rating, etc.) which makes it a bit harder to go back to the source of the info.<p>It&#x27;s definitely nicer to build on top of Saved Places, which also seems more actively maintained by Google. Did you have any reason in mind to use My Maps rather than the Saved Places?
评论 #21342020 未加载
pintxo超过 5 年前
The first paragraph from the readme is a better description:<p>&gt; This tool filters Google Maps places based on an input query and exports them to a CSV file.
lxe超过 5 年前
Why a CLI tool instead of a GUI? This sort of thing seems like a poor use-case for a CLI experience.
评论 #21337484 未加载
评论 #21336606 未加载
评论 #21337317 未加载
spking超过 5 年前
<a href="https:&#x2F;&#x2F;wanderlog.com" rel="nofollow">https:&#x2F;&#x2F;wanderlog.com</a> (formerly TravelChime - YC W19) is pretty great too. I used it over the summer to plan a family visit and it was very useful.
mikeokner超过 5 年前
Neat project! If anyone&#x27;s interested in more of a full-featured web app for travel planning, I&#x27;ve been working on developing <a href="https:&#x2F;&#x2F;www.naverator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.naverator.com&#x2F;</a>
评论 #21337656 未加载
s1mpl3超过 5 年前
Nice! Traveling can be overwhelming. This is another great tool folks can use to help prep for their trip [since it&#x27;s a CLI your market will naturally be developer focused]. I built <a href="https:&#x2F;&#x2F;trrip.co" rel="nofollow">https:&#x2F;&#x2F;trrip.co</a> - much less about search and google maps, and much more about sorting itinerary in a chronological way. Both can coexist!
gomangogo超过 5 年前
I got this error when running it :<p>File &quot;fetch.py&quot;, line 25 place_raw = requests.get(f&#x27;<a href="https:&#x2F;&#x2F;maps.googleapis.com&#x2F;maps&#x2F;api&#x2F;place&#x2F;details&#x2F;json?placeid={place_id}&amp;key={API_KEY}&#x27;" rel="nofollow">https:&#x2F;&#x2F;maps.googleapis.com&#x2F;maps&#x2F;api&#x2F;place&#x2F;details&#x2F;json?plac...</a>) ^ SyntaxError: invalid syntax
评论 #21336739 未加载
评论 #21336544 未加载
hkai超过 5 年前
I remember the time where you could plan your route on Google Maps and save it to your maps. Obviously they removed that feature circa 2012 because it was too useful.
nthitz超过 5 年前
It&#x27;d be cool if the tool could also figure out the shortest path between the attractions returned to optimize the trip!
评论 #21337565 未加载
tekknolagi超过 5 年前
I really enjoy this. I&#x27;ve also been interested in a tool that allows full itinerary planning on the command line.
kweks超过 5 年前
I&#x27;d built out a similar tool that pulled in the Google Photos &#x2F; Panoramio photos along a route &#x2F; path, within a certain distance to find interesting things along your way.<p>It got nuked when Panoramio died - would be interested in Open-Sourcing it if anyone wanted to pick up the project..
评论 #21338407 未加载
ym705超过 5 年前
Nice tool! Could also be used for data science ;)<p><a href="https:&#x2F;&#x2F;dokomaps.com" rel="nofollow">https:&#x2F;&#x2F;dokomaps.com</a> is a more human and user friendly alternative were locals create their own map, add comment and categories and share them.
tathagatadg超过 5 年前
Very cool! love the simplicity ... A UI based tool that I have found very useful <a href="https:&#x2F;&#x2F;maps.sygic.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;maps.sygic.com&#x2F;</a>
评论 #21341276 未加载