Skip to content

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 URIhttp://www.w3.org/2003/01/geo/wgs84_pos#
SpecificationW3C Basic Geo Vocabulary
Prefix<geo:*>
Available inRSS, Atom
Propertygeo

Types

ts
export namespace GeoNs {
  export type ItemOrFeed = {
    lat?: number
    long?: number
    alt?: number
  }
}