如何构建一个通过从 Twitter 获取主题标签来缩放的 Gmap?
所以我正在做一个结合 Google 地图 API 和 Twitter API 的小实验。我想要实现的是开始一个小小的推广行动,让人们在推特上使用标签“GoFlyRotterdam”来谈论我的活动。在我的谷歌地图上有一个标记指出了奖品。每当有人发布带有“GoFlyRotterdam”的推文时,谷歌地图就必须放大一点奖品。最终,当人们掌握了窍门并开始大量发布有关它的推文时,地图上关于奖品的具体位置就会变得越来越清晰。第一个到达那里的人将获得奖品。 我还得给用户中的作弊者隐藏经纬度! 我向大家提出的问题是:
“构建这个东西的最佳解决方案是什么?”你会如何一步步构建这样的东西?'
这就是我到目前为止的情况:
- 我正在使用 Gmaps 的静态图像 API,这样人们就无法放大。
- 我正在使用主题标签计数器并使用如果主题标签高于特定数字,则使用一些“if”语句来放大地图。但是在刷新时加载所有主题标签需要太长的时间(如何解决这个问题???!?!?!)
灵感:http://www.youtube.com/watch?v=CSYxDz22DqY
构建语言:php、javascript
So I am working on a little experiment thing combining the Google maps API and the Twitter API. What I want to achieve is start a little promotion action, by letting people tweet about my event with the hastag: 'GoFlyRotterdam'. On my Google map there is a marker that points out a prize. Every time someone posts a tweet with 'GoFlyRotterdam', the Google map has to zoom in a little bit on the prize. Eventually when people get the hang of it and start tweeting about it in a massive proportion, the map gets clearer and clearer about the specific location of the prize. The first one that gets there get the prize.
I also have to hide the latitude and longitude for the cheaters among the users!
My question to you all is:
'what's the best solution on building this thing?' how would you building something like this in steps?'
This is how far I am so far:
- I'm using the static images API from Gmaps so people can not zoom in.
- I'm using a hashtag counter and used some 'if' statements to zoom in the map if a hashtag is above a certain number. But loading all the hashtags on refresh takes too damn long (how to solve this??!?!?!)
inspiration: http://www.youtube.com/watch?v=CSYxDz22DqY
building languages: php, javascript
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论