English 中文(简体)
“@”位置标记是如何工作的?
原标题:how does the "@" location tag work?

为了更好地理解,请先查看此链接:http://sxsw.usehipster.com/questions/where-are-the-best-breakfast-tacos-in-austin

正如你在那里看到的,一些答案引用了右边地图上显示的位置。用户可以通过在位置名称之前添加“@”符号来完成此操作。

我想知道这是怎么回事。usehipster.com的人是自己开发的吗?还是我也可以使用这个框架?

干杯

最佳回答

看起来是定制的,即不是框架。不应该太难——只需扫描@w+条目,将其插入谷歌本地搜索(可能指定城市),并将输出插入谷歌地图。例如,有关Google本地搜索API的示例,请参见:http://code.google.com/apis/ajax/playground/?exp=localsearch#the_hello_world_of_local_search

问题回答

暂无回答




相关问题
Natural language rendering

Do you know any frameworks that implement natural language rendering concept ? I ve found several NLP oriented frameworks like Anthelope or Open NLP but they have only parsers but not renderers or ...

PHP Framework: Ebay Like Site

I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal. What would be the best PHP framework to use to build this quickly, ...

Why does stack get truncated in Exception.StackTrace?

Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...

Finding the correct Python framework with cmake

I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries on the system using ...

edit profile from frontend - symfony

I succeeded to create a register form, and now users can register my site. But I can t create a form where users can edit their profile. I have sf_guard_user and sf_guard_user_profile in my schema....

MVC evolution and improvements

I just found the MVC was initially proposed in 88 [here is the pdf file] but unfortunately ASP.NET just recently implement it. Do you know which is the most used MVC design pattern in the our days ...

热门标签