Map Example
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [[[-46.6155, -23.5023], [-46.6193, -23.5030], [-46.6247, -23.5073], [-46.6252, -23.5117], [-46.6218, -23.5115], [-46.6154, -23.5080], [-46.6150, -23.5037], [-46.6155, -23.5023]]] }, "properties": {} }, { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [[-46.6318, -23.4900], [-46.6256, -23.4916], [-46.6200, -23.4900], [-46.6100, -23.4900]] }, "properties": {} }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-46.6368, -23.5100] }, "properties": {} }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-46.6156, -23.5016] }, "properties": {} } ] }
Render