问题
I'd like to use a URI scheme to enable the users of one of my apps to share geographic locations.
I don't want to invent my own URI scheme and "geo" seems the most appropriate but there are only two Internet Drafts on the subject (draft-mayrhofer-geo-uri-01, draft-mayrhofer-geo-uri-02), both expired and wildly different in the way they approach the standard.
Is there an URI that's suited for encoding latitude and longitude and that made it as an RFC? Should I use a generic URI such as the tag URI scheme?
回答1:
the latest draft is from February 12, 2009. looks like the way to go.
回答2:
final note: The draft is now in the RFC Editors queue within the IETF, so it should become an RFC within the next 3 - 5 months.
http://tools.ietf.org/html/draft-ietf-geopriv-geo-uri-07
回答3:
The geo URI scheme definition is now RFC 5870 (since June 2010):
http://www.rfc-editor.org/info/rfc5870
来源:https://stackoverflow.com/questions/637840/geographic-location-uri-scheme