Module invenio_rest_api_client.models.geo_json_multi_point
Variables
T
Classes
GeoJSONMultiPoint
class GeoJSONMultiPoint(
type_: invenio_rest_api_client.models.geo_json_multi_point_type.GeoJSONMultiPointType,
coordinates: list[list[float]],
bbox: invenio_rest_api_client.types.Unset | list[float] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Attributes:
type_ (GeoJSONMultiPointType): coordinates (list[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]