Google Maps Polygon
"MultiPolygon must be a 4 nested array with longitude and latitude numbers."
Here is my array. What am I missing?
{
"type": "MultiPolygon",
"coordinates": [
[
[
8.1542789,
50.453046
],
[
7.6869921,
50.4477435
],
[
7.6250622,
50.4416808
],
[
8.4615197,
50.4512578
],
[
8.1542789,
50.453046
]
]
]
}
