still-limeS
Apify & Crawleeโ€ข3y agoโ€ข
2 replies
still-lime

Google Maps Polygon

I am trying to create a custom polygon in Maps and am getting an error.

"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
]
]
]
}
Was this page helpful?