开发者

How do I create a geo-tagged event feed?

What is the most standards compliant way to mak开发者_运维技巧e a geo-tagged event feed that is also consumable by Google Maps?


It took me a couple days, but if anyone else is interested my solution is to create an RSS feed and use the xCal and geo Namespaces like so

<item>
    <title></title>
    <description></description>
    <link></link>
    <geo:lat></geo:lat>
    <geo:long></geo:long>
    <xCal:summary></xCal:summary>
    <xCal:dtstart></xCal:dtend>
    <xCal:dtend></xCal:dtend>
    <xCal:location></xCal:location>
</item>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜