create Multi Polygon Geometry
Build a Geometry object of type multi polygon from a List<List<List<List<Double>>>>
object with the multi polygon coordinates.
Return
The Geometry object of type multi polygon created.
Parameters
multi Polygon
The mulit polygon coordinates with format [longitude, latitude]
.