getMultiPolygon

Converts a Geometry object of type polygon in a List<List<List<List<Double>>>> object with the multi polygon coordinates.

Return

The converted List<List<List<List<Double>>>> object with format [longitude, latitude].

Parameters

geometry

Geometry of type multi polygon.