W3C Basic Geo Reference
The W3C Basic Geo (WGS84 lat/long) Vocabulary provides a simple way to represent geographic coordinates in RSS and Atom feeds using the WGS84 geodetic reference datum.
| Namespace URI | http://www.w3.org/2003/01/geo/wgs84_pos# |
|---|---|
| Specification | W3C Basic Geo Vocabulary |
| Prefix | <geo:*> |
| Available in | RSS, Atom |
| Property | geo |
Types
ts
export namespace GeoNs {
export type ItemOrFeed = {
lat?: number
long?: number
alt?: number
}
}Related
- Parsing Namespaces - How namespace parsing works