Skip to content

Module invenio_rest_api_client.models.geo_json_point

Variables

T

Classes

GeoJSONPoint

class GeoJSONPoint(
    type_: invenio_rest_api_client.models.geo_json_point_type.GeoJSONPointType,
    coordinates: list[float],
    bbox: invenio_rest_api_client.types.Unset | list[float] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Attributes:

type_ (GeoJSONPointType): coordinates (list[float]): bbox (Union[Unset, list[float]]):

Static methods

from_dict

def from_dict(
    src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T

Instance variables

additional_keys
additional_properties
bbox
coordinates
type_

Methods

to_dict

def to_dict(
    self
) -> dict[str, typing.Any]