Share via


GeoCoordinates Class

GeoCoordinates (entity type: "https://schema.org/GeoCoordinates").

Constructor

pydantic model GeoCoordinates

Parameters

Name Description
elevation
Required

Elevation of the location WGS 84

latitude
Required

Latitude of the location WGS 84

longitude
Required

Longitude of the location WGS 84

type
Required
str

The type of the thing

name
Required
str

The name of the thing

Keyword-Only Parameters

Name Description
type
Default value: EntityTypes.GEO_COORDINATES
elevation
Default value: None
latitude
Default value: None
longitude
Default value: None
name
Default value: None

Methods

to_camel_for_all
to_snake_for_all

to_camel_for_all

to_camel_for_all(config)

Parameters

Name Description
config
Required

to_snake_for_all

validator to_snake_for_all  ยป  all fields

Parameters

Name Description
data
Required

Attributes

additional_properties

Returns the set of properties that are not None.

elevation

field elevation: float = None

latitude

field latitude: float = None

longitude

field longitude: float = None

name

field name: str = None

type

field type: GEO_COORDINATES: 'GeoCoordinates'>] = EntityTypes.GEO_COORDINATES