Defines the MultiPolygon struct.
@type t() :: %Geo.MultiPolygon{ coordinates: [[[{number(), number()}]]], properties: map(), srid: integer() | nil }