Build a Geometry object of type polygon from a List<List<List<Double>>> object with the polygon coordinates.
List<List<List<Double>>>
The Geometry object of type polygon created.
The polygon coordinates with format [longitude, latitude].
[longitude, latitude]