createMultiPolygonGeometry
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
multiPolygon
The mulit polygon coordinates with format [longitude, latitude]
.