CDIFDiscovery

GeoCoordinates

CDIFDiscovery::Classes::GeoCoordinates

Definition

Documentation

Original
Reference

schema:GeoCoordinates

Definition

The geographic coordinates of a place or event.

Scope

Parent class(es): StructuredValue (https://schema.org/StructuredValue).

CDIF
Definition

schema:GeoCoordinates - point geometry with latitude / longitude.

Diagram

Inheritance

Generalizes: AbstractGeometry

Attributes

NameTypeMultiplicityDescription
latitudestring[0..1]

Documentation

Original
Reference

schema:latitude

Definition

The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).

Scope

Domain: GeoCoordinates (https://schema.org/GeoCoordinates), Place (https://schema.org/Place). Range: Number (https://schema.org/Number), Text (https://schema.org/Text).

CDIF
Definition

schema:latitude - latitude of the point (number or string).

longitudestring[0..1]

Documentation

Original
Reference

schema:longitude

Definition

The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).

Scope

Domain: GeoCoordinates (https://schema.org/GeoCoordinates), Place (https://schema.org/Place). Range: Number (https://schema.org/Number), Text (https://schema.org/Text).

CDIF
Definition

schema:longitude - longitude of the point.

Associations

No associations.