{"id":2788,"date":"2023-12-22T18:31:55","date_gmt":"2023-12-22T18:31:55","guid":{"rendered":"https:\/\/developers.maplink.global\/get-a-list-of-cities-by-state\/"},"modified":"2025-07-31T19:55:25","modified_gmt":"2025-07-31T19:55:25","slug":"get-a-list-of-cities-by-state","status":"publish","type":"post","link":"https:\/\/developers.maplink.global\/en\/get-a-list-of-cities-by-state\/","title":{"rendered":"Get a list of cities by state"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Note:<\/strong> This feature is currently only available for cities in Brazil.<\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n\n\n\n<p>With the Geocode API you can get a list of cities in the state you want. To do this, you need to make a <strong>GET <\/strong>request to the following endpoint:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/api.maplink.global\/geocode\/v2\/countries\/BR\/states\/{{state}}\/cities\">https:\/\/api.maplink.global\/geocode\/v2\/countries\/BR\/states\/{{state}}\/cities<\/a> &#8211; <strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">GET<\/mark><\/strong><\/li>\n<\/ul>\n\n\n\n<p>The term <code>{{state}}<\/code> must be replaced by the acronym (UF) of the desired state. Example: <a href=\"https:\/\/api.maplink.global\/geocode\/v2\/countries\/BR\/states\/SP\/cities\">https:\/\/api.maplink.global\/geocode\/v2\/countries\/BR\/states\/SP\/cities<\/a><\/p>\n\n\n\n<p>The response will be returned as follows:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"results\": [\n        {\n            \"id\": \"667f25ed62a67cbc36d1c97b\",\n            \"address\": {\n                \"city\": \"ADAMANTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.68752,\n                    \"lon\": -51.07453\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ADAMANTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ed62a67cbc36d1c984\",\n            \"address\": {\n                \"city\": \"ADOLFO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.23684,\n                    \"lon\": -49.64272\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ADOLFO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ca93\",\n            \"address\": {\n                \"city\": \"AGUA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0589929,\n                    \"lon\": -46.9822351\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AGUA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cb24\",\n            \"address\": {\n                \"city\": \"AGUDOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4752955,\n                    \"lon\": -48.9873424\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AGUDOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cba8\",\n            \"address\": {\n                \"city\": \"ALAMBARI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.55104,\n                    \"lon\": -47.90051\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALAMBARI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cc6a\",\n            \"address\": {\n                \"city\": \"ALFREDO MARCONDES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9538813,\n                    \"lon\": -51.4132108\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALFREDO MARCONDES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cd1c\",\n            \"address\": {\n                \"city\": \"ALTAIR\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.5231531,\n                    \"lon\": -49.061908\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALTAIR, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cd54\",\n            \"address\": {\n                \"city\": \"ALTIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.02214,\n                    \"lon\": -47.403295\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALTIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cd72\",\n            \"address\": {\n                \"city\": \"ALTO ALEGRE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5828613,\n                    \"lon\": -50.1664629\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALTO ALEGRE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ce3c\",\n            \"address\": {\n                \"city\": \"ALUM\u00cdNIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.531001,\n                    \"lon\": -47.2532258\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALUM\u00cdNIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ce6a\",\n            \"address\": {\n                \"city\": \"ALVINL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4440334,\n                    \"lon\": -49.7630855\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ALVINL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d626\",\n            \"address\": {\n                \"city\": \"AMERICANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.739860485,\n                    \"lon\": -47.307342264\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AMERICANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d651\",\n            \"address\": {\n                \"city\": \"AMPARO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.70359,\n                    \"lon\": -46.7658\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AMPARO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d633\",\n            \"address\": {\n                \"city\": \"AM\u00c9RICO BRASILIENSE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7282548,\n                    \"lon\": -48.1066029\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AM\u00c9RICO BRASILIENSE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d639\",\n            \"address\": {\n                \"city\": \"AM\u00c9RICO DE CAMPOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.296595,\n                    \"lon\": -49.72585\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AM\u00c9RICO DE CAMPOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d696\",\n            \"address\": {\n                \"city\": \"ANAL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.125102,\n                    \"lon\": -47.6632099\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ANAL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ffa9\",\n            \"address\": {\n                \"city\": \"ANDRADINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8991484,\n                    \"lon\": -51.3731955\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ANDRADINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ffc7\",\n            \"address\": {\n                \"city\": \"ANGATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4911008,\n                    \"lon\": -48.4142251\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ANGATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d2001f\",\n            \"address\": {\n                \"city\": \"ANHEMBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7860412,\n                    \"lon\": -48.1261052\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ANHEMBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d20022\",\n            \"address\": {\n                \"city\": \"ANHUMAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.293775,\n                    \"lon\": -51.39207\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ANHUMAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d200af\",\n            \"address\": {\n                \"city\": \"APARECIDA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8394941984,\n                    \"lon\": -45.2260162314\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"APARECIDA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d200b3\",\n            \"address\": {\n                \"city\": \"APARECIDA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4507911512,\n                    \"lon\": -50.8809507496\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"APARECIDA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d20103\",\n            \"address\": {\n                \"city\": \"APIA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.5091015,\n                    \"lon\": -48.8462324\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"APIA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d208d0\",\n            \"address\": {\n                \"city\": \"ARAMINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.08854,\n                    \"lon\": -47.78641\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARAMINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d208db\",\n            \"address\": {\n                \"city\": \"ARANDU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.1311087,\n                    \"lon\": -49.0510938\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARANDU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d208e8\",\n            \"address\": {\n                \"city\": \"ARAPE\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.67303,\n                    \"lon\": -44.44665\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARAPE\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261362a67cbc36d20970\",\n            \"address\": {\n                \"city\": \"ARARAQUARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7791378,\n                    \"lon\": -48.1792061\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARARAQUARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261362a67cbc36d2097a\",\n            \"address\": {\n                \"city\": \"ARARAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3587,\n                    \"lon\": -47.37959\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARARAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d2010a\",\n            \"address\": {\n                \"city\": \"ARA\u00c7ARIGUAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4312476287,\n                    \"lon\": -47.0672855822\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARA\u00c7ARIGUAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d20136\",\n            \"address\": {\n                \"city\": \"ARA\u00c7ATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2028539,\n                    \"lon\": -50.4536793\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARA\u00c7ATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261062a67cbc36d20164\",\n            \"address\": {\n                \"city\": \"ARA\u00c7OIABA DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5055142787,\n                    \"lon\": -47.6121038141\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARA\u00c7OIABA DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260362a67cbc36d1eb95\",\n            \"address\": {\n                \"city\": \"ARCO-\u00cdRIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.77347,\n                    \"lon\": -50.46232\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARCO-\u00cdRIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f805\",\n            \"address\": {\n                \"city\": \"AREALVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.026708,\n                    \"lon\": -48.9124668\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AREALVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f82c\",\n            \"address\": {\n                \"city\": \"AREIAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.58741045,\n                    \"lon\": -44.695549776\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AREIAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f841\",\n            \"address\": {\n                \"city\": \"AREI\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6670822,\n                    \"lon\": -48.6649806\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AREI\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ebcd\",\n            \"address\": {\n                \"city\": \"ARIRANHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.189722749,\n                    \"lon\": -48.795483997\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARIRANHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261362a67cbc36d20a67\",\n            \"address\": {\n                \"city\": \"ARTUR NOGUEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5712777,\n                    \"lon\": -47.1623399\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARTUR NOGUEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e0e7\",\n            \"address\": {\n                \"city\": \"ARUJ\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.39667,\n                    \"lon\": -46.32152\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ARUJ\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e104\",\n            \"address\": {\n                \"city\": \"ASP\u00c1SIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.1581576,\n                    \"lon\": -50.7261863\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ASP\u00c1SIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f5b0\",\n            \"address\": {\n                \"city\": \"ASSIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.66222,\n                    \"lon\": -50.42012\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ASSIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f615\",\n            \"address\": {\n                \"city\": \"ATIBAIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.1151004,\n                    \"lon\": -46.5532215\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ATIBAIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1da7a\",\n            \"address\": {\n                \"city\": \"AURIFLAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.682465,\n                    \"lon\": -50.54699\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AURIFLAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d20f69\",\n            \"address\": {\n                \"city\": \"AVANHANDAVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.468255,\n                    \"lon\": -49.941265\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AVANHANDAVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d20f6d\",\n            \"address\": {\n                \"city\": \"AVAR\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.10225,\n                    \"lon\": -48.92362\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AVAR\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d20f64\",\n            \"address\": {\n                \"city\": \"AVA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1571018,\n                    \"lon\": -49.3322101\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"AVA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d20fbe\",\n            \"address\": {\n                \"city\": \"BADY BASSITT\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.916835,\n                    \"lon\": -49.45046\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BADY BASSITT, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d2102b\",\n            \"address\": {\n                \"city\": \"BALBINOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9043727,\n                    \"lon\": -49.3598369\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BALBINOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d210a4\",\n            \"address\": {\n                \"city\": \"BANANAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.681575799,\n                    \"lon\": -44.323606491\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BANANAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f8d2\",\n            \"address\": {\n                \"city\": \"BARBOSA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.26435,\n                    \"lon\": -49.957305\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARBOSA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d210f8\",\n            \"address\": {\n                \"city\": \"BARIRI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0701046,\n                    \"lon\": -48.7484721\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARIRI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d21105\",\n            \"address\": {\n                \"city\": \"BARRA BONITA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.48187,\n                    \"lon\": -48.5667975\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARRA BONITA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d7a5\",\n            \"address\": {\n                \"city\": \"BARRA DO CHAP\u00c9U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.4732478,\n                    \"lon\": -49.0259921\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARRA DO CHAP\u00c9U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1cf42\",\n            \"address\": {\n                \"city\": \"BARRA DO TURVO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.7603293,\n                    \"lon\": -48.5051571\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARRA DO TURVO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f62e\",\n            \"address\": {\n                \"city\": \"BARRETOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.5721525,\n                    \"lon\": -48.5671914\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARRETOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f633\",\n            \"address\": {\n                \"city\": \"BARRINHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.189695,\n                    \"lon\": -48.16418\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARRINHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d2124e\",\n            \"address\": {\n                \"city\": \"BARUERI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5032340736,\n                    \"lon\": -46.8786291135\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BARUERI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d210f5\",\n            \"address\": {\n                \"city\": \"BAR\u00c3O DE ANTONINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6291007,\n                    \"lon\": -49.5612272\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BAR\u00c3O DE ANTONINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d21259\",\n            \"address\": {\n                \"city\": \"BASTOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.92282,\n                    \"lon\": -50.73199\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BASTOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d2127e\",\n            \"address\": {\n                \"city\": \"BATATAIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.88917,\n                    \"lon\": -47.58723\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BATATAIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f649\",\n            \"address\": {\n                \"city\": \"BAURU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3151014,\n                    \"lon\": -49.072125\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BAURU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f656\",\n            \"address\": {\n                \"city\": \"BEBEDOURO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9311477,\n                    \"lon\": -48.4941962\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BEBEDOURO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d21181\",\n            \"address\": {\n                \"city\": \"BENTO DE ABREU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.271885255,\n                    \"lon\": -50.81158252\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BENTO DE ABREU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fa62a67cbc36d1e2de\",\n            \"address\": {\n                \"city\": \"BERNARDINO DE CAMPOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0145321,\n                    \"lon\": -49.4712528\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BERNARDINO DE CAMPOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e314\",\n            \"address\": {\n                \"city\": \"BERTIOGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.7991016,\n                    \"lon\": -46.0222283\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BERTIOGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1d096\",\n            \"address\": {\n                \"city\": \"BILAC\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.401125,\n                    \"lon\": -50.476415\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BILAC, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1d0a6\",\n            \"address\": {\n                \"city\": \"BIRIGUI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.273985,\n                    \"lon\": -50.321315\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BIRIGUI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1d0ba\",\n            \"address\": {\n                \"city\": \"BIRITIBA MIRIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.571016,\n                    \"lon\": -46.042263\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BIRITIBA MIRIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1eedf\",\n            \"address\": {\n                \"city\": \"BOA ESPERAN\u00c7A DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.99455,\n                    \"lon\": -48.39092\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOA ESPERAN\u00c7A DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d21751\",\n            \"address\": {\n                \"city\": \"BOCAINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1411872,\n                    \"lon\": -48.5191981\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOCAINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d21787\",\n            \"address\": {\n                \"city\": \"BOFETE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.09673,\n                    \"lon\": -48.25817\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOFETE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d21792\",\n            \"address\": {\n                \"city\": \"BOITUVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2835946,\n                    \"lon\": -47.677403\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOITUVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e70d\",\n            \"address\": {\n                \"city\": \"BOM JESUS DOS PERD\u00d5ES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.13387,\n                    \"lon\": -46.46437\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOM JESUS DOS PERD\u00d5ES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d206d9\",\n            \"address\": {\n                \"city\": \"BOM SUCESSO DE ITARAR\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.31834,\n                    \"lon\": -49.142\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOM SUCESSO DE ITARAR\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20707\",\n            \"address\": {\n                \"city\": \"BORAC\u00c9IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.19382,\n                    \"lon\": -48.77947\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BORAC\u00c9IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d21afa\",\n            \"address\": {\n                \"city\": \"BORBOREMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.6230851,\n                    \"lon\": -49.0743823\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BORBOREMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d21b08\",\n            \"address\": {\n                \"city\": \"BOREBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.56951,\n                    \"lon\": -48.96921\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOREBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20703\",\n            \"address\": {\n                \"city\": \"BOR\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.27023,\n                    \"lon\": -50.5438\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOR\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d205\",\n            \"address\": {\n                \"city\": \"BOTUCATU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8871008,\n                    \"lon\": -48.4442191\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BOTUCATU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261a62a67cbc36d2134b\",\n            \"address\": {\n                \"city\": \"BRAGAN\u00c7A PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.9531005,\n                    \"lon\": -46.5422194\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BRAGAN\u00c7A PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e1da\",\n            \"address\": {\n                \"city\": \"BRA\u00daNA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.508675,\n                    \"lon\": -50.27543\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BRA\u00daNA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e574\",\n            \"address\": {\n                \"city\": \"BREJO ALEGRE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.167481,\n                    \"lon\": -50.1856342\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BREJO ALEGRE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21b91\",\n            \"address\": {\n                \"city\": \"BRODOWSKI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9958,\n                    \"lon\": -47.66096\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BRODOWSKI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21b96\",\n            \"address\": {\n                \"city\": \"BROTAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2861019,\n                    \"lon\": -48.125212\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BROTAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21c1c\",\n            \"address\": {\n                \"city\": \"BURI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.79314,\n                    \"lon\": -48.599535\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BURI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21c25\",\n            \"address\": {\n                \"city\": \"BURITAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0646,\n                    \"lon\": -50.14283\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BURITAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21caf\",\n            \"address\": {\n                \"city\": \"BURITIZAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.1908,\n                    \"lon\": -47.708395\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"BURITIZAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d21078\",\n            \"address\": {\n                \"city\": \"B\u00c1LSAMO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.7341506,\n                    \"lon\": -49.5831933\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"B\u00c1LSAMO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e3ea\",\n            \"address\": {\n                \"city\": \"CABRE\u00daVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.30709,\n                    \"lon\": -47.13163\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CABRE\u00daVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e3e1\",\n            \"address\": {\n                \"city\": \"CABR\u00c1LIA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.456254,\n                    \"lon\": -49.3421855\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CABR\u00c1LIA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21d47\",\n            \"address\": {\n                \"city\": \"CACHOEIRA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.67034,\n                    \"lon\": -44.99806\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CACHOEIRA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd00\",\n            \"address\": {\n                \"city\": \"CACONDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.52843328539,\n                    \"lon\": -46.64516093759\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CACONDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d25e\",\n            \"address\": {\n                \"city\": \"CAFEL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8088312,\n                    \"lon\": -49.6123797\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAFEL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d273\",\n            \"address\": {\n                \"city\": \"CAIABU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.01187,\n                    \"lon\": -51.23538\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAIABU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd52\",\n            \"address\": {\n                \"city\": \"CAIEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.36117,\n                    \"lon\": -46.74501\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAIEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd62\",\n            \"address\": {\n                \"city\": \"CAIU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.833,\n                    \"lon\": -51.98917\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAIU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd66\",\n            \"address\": {\n                \"city\": \"CAJAMAR\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3565772258,\n                    \"lon\": -46.8777814844\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAJAMAR, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd77\",\n            \"address\": {\n                \"city\": \"CAJATI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.725105,\n                    \"lon\": -48.11127\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAJATI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dd99\",\n            \"address\": {\n                \"city\": \"CAJOBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.881485,\n                    \"lon\": -48.811954\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAJOBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ece2\",\n            \"address\": {\n                \"city\": \"CAJURU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.281885,\n                    \"lon\": -47.29897\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAJURU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21da3\",\n            \"address\": {\n                \"city\": \"CAMPINA DO MONTE ALEGRE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.59237,\n                    \"lon\": -48.4817\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAMPINA DO MONTE ALEGRE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fb07\",\n            \"address\": {\n                \"city\": \"CAMPINAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.90737,\n                    \"lon\": -47.0629\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAMPINAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f1e8\",\n            \"address\": {\n                \"city\": \"CAMPO LIMPO PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.210309983,\n                    \"lon\": -46.772459983\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAMPO LIMPO PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21e22\",\n            \"address\": {\n                \"city\": \"CAMPOS DO JORD\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.741008,\n                    \"lon\": -45.5942171\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAMPOS DO JORD\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21e50\",\n            \"address\": {\n                \"city\": \"CAMPOS NOVOS PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.601102,\n                    \"lon\": -50.0022159\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAMPOS NOVOS PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262262a67cbc36d21e7a\",\n            \"address\": {\n                \"city\": \"CANAN\u00c9IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -25.01293,\n                    \"lon\": -47.93125\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CANAN\u00c9IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d21ea4\",\n            \"address\": {\n                \"city\": \"CANAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7049,\n                    \"lon\": -45.05465\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CANAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fa62a67cbc36d1e2c6\",\n            \"address\": {\n                \"city\": \"CANITAR\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0053445,\n                    \"lon\": -49.7814492\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CANITAR, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e974\",\n            \"address\": {\n                \"city\": \"CAPELA DO ALTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.470475,\n                    \"lon\": -47.738455\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAPELA DO ALTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d21f59\",\n            \"address\": {\n                \"city\": \"CAPIVARI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0012,\n                    \"lon\": -47.50537\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAPIVARI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261062a67cbc36d20217\",\n            \"address\": {\n                \"city\": \"CAP\u00c3O BONITO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.00363,\n                    \"lon\": -48.34912\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CAP\u00c3O BONITO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d21819\",\n            \"address\": {\n                \"city\": \"CARAGUATATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.62101,\n                    \"lon\": -45.4122269\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CARAGUATATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d21850\",\n            \"address\": {\n                \"city\": \"CARAPICU\u00cdBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5266809464,\n                    \"lon\": -46.8353877365\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CARAPICU\u00cdBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d21f83\",\n            \"address\": {\n                \"city\": \"CARDOSO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.081584,\n                    \"lon\": -49.9131855\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CARDOSO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e5c1\",\n            \"address\": {\n                \"city\": \"CASA BRANCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.77714,\n                    \"lon\": -47.08397\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CASA BRANCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e46b\",\n            \"address\": {\n                \"city\": \"CASTILHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.87672,\n                    \"lon\": -51.4953\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CASTILHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d220b3\",\n            \"address\": {\n                \"city\": \"CATANDUVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.145875,\n                    \"lon\": -48.94113\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CATANDUVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d213d6\",\n            \"address\": {\n                \"city\": \"CATIGU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.04943,\n                    \"lon\": -49.0531\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CATIGU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e404\",\n            \"address\": {\n                \"city\": \"CA\u00c7APAVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0996965,\n                    \"lon\": -45.7080824\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CA\u00c7APAVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d2214e\",\n            \"address\": {\n                \"city\": \"CEDRAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9021482,\n                    \"lon\": -49.2691957\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CEDRAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e4e9\",\n            \"address\": {\n                \"city\": \"CERQUEIRA C\u00c9SAR\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0380559,\n                    \"lon\": -49.1633337\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CERQUEIRA C\u00c9SAR, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e4ee\",\n            \"address\": {\n                \"city\": \"CERQUILHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.17173,\n                    \"lon\": -47.74141\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CERQUILHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d221b7\",\n            \"address\": {\n                \"city\": \"CES\u00c1RIO LANGE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.22281,\n                    \"lon\": -47.95253\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CES\u00c1RIO LANGE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f133\",\n            \"address\": {\n                \"city\": \"CHARQUEADA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5112368,\n                    \"lon\": -47.7795787\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CHARQUEADA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f14f\",\n            \"address\": {\n                \"city\": \"CHAVANTES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0384156,\n                    \"lon\": -49.7132109\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CHAVANTES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262462a67cbc36d2230c\",\n            \"address\": {\n                \"city\": \"CLEMENTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5591398,\n                    \"lon\": -50.4482041\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CLEMENTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f689\",\n            \"address\": {\n                \"city\": \"COLINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.710725,\n                    \"lon\": -48.52657\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COLINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f6be\",\n            \"address\": {\n                \"city\": \"COL\u00d4MBIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.17837,\n                    \"lon\": -48.687905\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COL\u00d4MBIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1db61\",\n            \"address\": {\n                \"city\": \"CONCHAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3369716,\n                    \"lon\": -47.1705749\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CONCHAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1db6e\",\n            \"address\": {\n                \"city\": \"CONCHAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.01341,\n                    \"lon\": -48.004575\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CONCHAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d21896\",\n            \"address\": {\n                \"city\": \"CORDEIR\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4824856,\n                    \"lon\": -47.4621432\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CORDEIR\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dbc8\",\n            \"address\": {\n                \"city\": \"COROADOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.35427,\n                    \"lon\": -50.285185\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COROADOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fd59\",\n            \"address\": {\n                \"city\": \"CORONEL MACEDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6311006,\n                    \"lon\": -49.3132273\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CORONEL MACEDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22745\",\n            \"address\": {\n                \"city\": \"CORUMBATA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.220855,\n                    \"lon\": -47.622325\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CORUMBATA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2276c\",\n            \"address\": {\n                \"city\": \"COSMORAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.47821,\n                    \"lon\": -49.77958\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COSMORAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22764\",\n            \"address\": {\n                \"city\": \"COSM\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6474283,\n                    \"lon\": -47.1969274\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COSM\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f362a67cbc36d1d92d\",\n            \"address\": {\n                \"city\": \"COTIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5940276879,\n                    \"lon\": -46.8393244976\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"COTIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1cec8\",\n            \"address\": {\n                \"city\": \"CRAVINHOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.3411425,\n                    \"lon\": -47.7352014\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CRAVINHOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d218cd\",\n            \"address\": {\n                \"city\": \"CRISTAIS PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.400155,\n                    \"lon\": -47.419455\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CRISTAIS PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d227a6\",\n            \"address\": {\n                \"city\": \"CRUZEIRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5763,\n                    \"lon\": -44.96069\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CRUZEIRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2279c\",\n            \"address\": {\n                \"city\": \"CRUZ\u00c1LIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7442883,\n                    \"lon\": -50.7895388\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CRUZ\u00c1LIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1ddf3\",\n            \"address\": {\n                \"city\": \"CUBAT\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.8895080076,\n                    \"lon\": -46.4245033665\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CUBAT\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d202c0\",\n            \"address\": {\n                \"city\": \"CUNHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0741013,\n                    \"lon\": -44.9592206\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"CUNHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e427\",\n            \"address\": {\n                \"city\": \"C\u00c1SSIA DOS COQUEIROS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2833546,\n                    \"lon\": -47.1700712\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"C\u00c1SSIA DOS COQUEIROS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d21eef\",\n            \"address\": {\n                \"city\": \"C\u00c2NDIDO MOTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7496919,\n                    \"lon\": -50.3891798\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"C\u00c2NDIDO MOTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262362a67cbc36d21ef5\",\n            \"address\": {\n                \"city\": \"C\u00c2NDIDO RODRIGUES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.328950587,\n                    \"lon\": -48.626498802\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"C\u00c2NDIDO RODRIGUES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261962a67cbc36d212c3\",\n            \"address\": {\n                \"city\": \"DESCALVADO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9151368,\n                    \"lon\": -47.622071\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DESCALVADO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261a62a67cbc36d21328\",\n            \"address\": {\n                \"city\": \"DIADEMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6856949122,\n                    \"lon\": -46.623126444\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DIADEMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d224a1\",\n            \"address\": {\n                \"city\": \"DIRCE REIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4641536,\n                    \"lon\": -50.6061903\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DIRCE REIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d224e1\",\n            \"address\": {\n                \"city\": \"DIVINOL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.6611393,\n                    \"lon\": -46.7392046\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DIVINOL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22805\",\n            \"address\": {\n                \"city\": \"DOBRADA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5181405,\n                    \"lon\": -48.3922034\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DOBRADA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2280c\",\n            \"address\": {\n                \"city\": \"DOIS C\u00d3RREGOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.369101,\n                    \"lon\": -48.3842129\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DOIS C\u00d3RREGOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2283c\",\n            \"address\": {\n                \"city\": \"DOLCIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.12226,\n                    \"lon\": -50.509325\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DOLCIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e4fc\",\n            \"address\": {\n                \"city\": \"DOURADO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.10993,\n                    \"lon\": -48.31192\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DOURADO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20dce\",\n            \"address\": {\n                \"city\": \"DRACENA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4871408,\n                    \"lon\": -51.5372031\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DRACENA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20dda\",\n            \"address\": {\n                \"city\": \"DUARTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4146411,\n                    \"lon\": -49.4179482\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DUARTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20dff\",\n            \"address\": {\n                \"city\": \"DUMONT\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.23683,\n                    \"lon\": -47.97234\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"DUMONT, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20e2b\",\n            \"address\": {\n                \"city\": \"ECHAPOR\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.42854,\n                    \"lon\": -50.2044132\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ECHAPOR\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e546\",\n            \"address\": {\n                \"city\": \"ELDORADO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.52189,\n                    \"lon\": -48.10673\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ELDORADO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e563\",\n            \"address\": {\n                \"city\": \"ELIAS FAUSTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0411018,\n                    \"lon\": -47.3722201\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ELIAS FAUSTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2295a\",\n            \"address\": {\n                \"city\": \"ELISI\u00c1RIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.16813502176,\n                    \"lon\": -49.10988872461\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ELISI\u00c1RIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22987\",\n            \"address\": {\n                \"city\": \"EMBA\u00daBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9811471,\n                    \"lon\": -48.8371968\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"EMBA\u00daBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22991\",\n            \"address\": {\n                \"city\": \"EMBU DAS ARTES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6451560195,\n                    \"lon\": -46.8506212131\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"EMBU DAS ARTES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2298f\",\n            \"address\": {\n                \"city\": \"EMBU-GUA\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.8317103048,\n                    \"lon\": -46.8161813117\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"EMBU-GUA\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d2299d\",\n            \"address\": {\n                \"city\": \"EMILIAN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.83120084171,\n                    \"lon\": -51.48269738794\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"EMILIAN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20d46\",\n            \"address\": {\n                \"city\": \"ENGENHEIRO COELHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4864709,\n                    \"lon\": -47.2140562\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ENGENHEIRO COELHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22aa4\",\n            \"address\": {\n                \"city\": \"ESP\u00cdRITO SANTO DO PINHAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.196101,\n                    \"lon\": -46.7492109\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ESP\u00cdRITO SANTO DO PINHAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22aa7\",\n            \"address\": {\n                \"city\": \"ESP\u00cdRITO SANTO DO TURVO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6966931,\n                    \"lon\": -49.4322642\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ESP\u00cdRITO SANTO DO TURVO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22f0c\",\n            \"address\": {\n                \"city\": \"ESTIVA GERBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.27284,\n                    \"lon\": -46.95269\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ESTIVA GERBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22f1a\",\n            \"address\": {\n                \"city\": \"ESTRELA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.2866961374,\n                    \"lon\": -50.4006141602\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ESTRELA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22f2a\",\n            \"address\": {\n                \"city\": \"ESTRELA DO NORTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.49095,\n                    \"lon\": -51.662675\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ESTRELA DO NORTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22f4d\",\n            \"address\": {\n                \"city\": \"EUCLIDES DA CUNHA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.556510742,\n                    \"lon\": -52.591362858\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"EUCLIDES DA CUNHA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260962a67cbc36d1fa38\",\n            \"address\": {\n                \"city\": \"FARTURA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3882813,\n                    \"lon\": -49.5126531\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FARTURA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20758\",\n            \"address\": {\n                \"city\": \"FERNANDO PRESTES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2671433,\n                    \"lon\": -48.6892006\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FERNANDO PRESTES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d2075e\",\n            \"address\": {\n                \"city\": \"FERNAND\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.2902135,\n                    \"lon\": -50.2473501\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FERNAND\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20761\",\n            \"address\": {\n                \"city\": \"FERN\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3607387,\n                    \"lon\": -49.5191242\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FERN\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d2076a\",\n            \"address\": {\n                \"city\": \"FERRAZ DE VASCONCELOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.54102,\n                    \"lon\": -46.3692259\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FERRAZ DE VASCONCELOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22b04\",\n            \"address\": {\n                \"city\": \"FLORA RICA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.677705,\n                    \"lon\": -51.380845\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FLORA RICA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22b13\",\n            \"address\": {\n                \"city\": \"FLOREAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.67375,\n                    \"lon\": -50.145655\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FLOREAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22fea\",\n            \"address\": {\n                \"city\": \"FLOR\u00cdNEA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.90384,\n                    \"lon\": -50.73065\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FLOR\u00cdNEA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22fe5\",\n            \"address\": {\n                \"city\": \"FL\u00d3RIDA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.615105,\n                    \"lon\": -51.163305\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FL\u00d3RIDA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d23042\",\n            \"address\": {\n                \"city\": \"FRANCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.5391527,\n                    \"lon\": -47.4011912\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FRANCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d23088\",\n            \"address\": {\n                \"city\": \"FRANCISCO MORATO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2817310049,\n                    \"lon\": -46.7449384192\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FRANCISCO MORATO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dae7\",\n            \"address\": {\n                \"city\": \"FRANCO DA ROCHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3299597588,\n                    \"lon\": -46.7200623073\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"FRANCO DA ROCHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d230ca\",\n            \"address\": {\n                \"city\": \"GABRIEL MONTEIRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.531255,\n                    \"lon\": -50.551195\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GABRIEL MONTEIRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ef62a67cbc36d1cf06\",\n            \"address\": {\n                \"city\": \"GAR\u00c7A\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.209447926,\n                    \"lon\": -49.729251154\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GAR\u00c7A, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fee6\",\n            \"address\": {\n                \"city\": \"GAST\u00c3O VIDIGAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.799375,\n                    \"lon\": -50.19237\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GAST\u00c3O VIDIGAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ff09\",\n            \"address\": {\n                \"city\": \"GAVI\u00c3O PEIXOTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8387419,\n                    \"lon\": -48.4949907\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GAVI\u00c3O PEIXOTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d2038b\",\n            \"address\": {\n                \"city\": \"GENERAL SALGADO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.64764,\n                    \"lon\": -50.36558\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GENERAL SALGADO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d203a7\",\n            \"address\": {\n                \"city\": \"GETULINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7991374,\n                    \"lon\": -49.932065\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GETULINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d203d5\",\n            \"address\": {\n                \"city\": \"GLIC\u00c9RIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.381419,\n                    \"lon\": -50.208202\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GLIC\u00c9RIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f9a7\",\n            \"address\": {\n                \"city\": \"GUAIMB\u00ca\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.911067,\n                    \"lon\": -49.8981166\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUAIMB\u00ca, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d225a9\",\n            \"address\": {\n                \"city\": \"GUAI\u00c7ARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.623056886,\n                    \"lon\": -49.799351875\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUAI\u00c7ARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d231cc\",\n            \"address\": {\n                \"city\": \"GUAPIARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.1853113,\n                    \"lon\": -48.5309879\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUAPIARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d231c4\",\n            \"address\": {\n                \"city\": \"GUAPIA\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.79601,\n                    \"lon\": -49.223015\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUAPIA\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d23219\",\n            \"address\": {\n                \"city\": \"GUARACI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4999421128,\n                    \"lon\": -48.9444629479\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARACI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d23290\",\n            \"address\": {\n                \"city\": \"GUARANI D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.0751714589,\n                    \"lon\": -50.3395891899\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARANI D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d232ae\",\n            \"address\": {\n                \"city\": \"GUARANT\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8929954,\n                    \"lon\": -49.5926173\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARANT\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d232e9\",\n            \"address\": {\n                \"city\": \"GUARARAPES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2551437,\n                    \"lon\": -50.6442002\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARARAPES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d232f3\",\n            \"address\": {\n                \"city\": \"GUARAREMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4121018,\n                    \"lon\": -46.0342241\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARAREMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1de65\",\n            \"address\": {\n                \"city\": \"GUARATINGUET\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.80697,\n                    \"lon\": -45.19789\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARATINGUET\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d2320b\",\n            \"address\": {\n                \"city\": \"GUARA\u00c7A\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0317208,\n                    \"lon\": -51.2090279\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARA\u00c7A\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1de85\",\n            \"address\": {\n                \"city\": \"GUARE\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.37393,\n                    \"lon\": -48.18677\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARE\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1de92\",\n            \"address\": {\n                \"city\": \"GUARIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.35689,\n                    \"lon\": -48.21919\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1dea3\",\n            \"address\": {\n                \"city\": \"GUARUJ\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.9941018,\n                    \"lon\": -46.2562301\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARUJ\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1dec1\",\n            \"address\": {\n                \"city\": \"GUARULHOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.46375,\n                    \"lon\": -46.53355\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUARULHOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d231fd\",\n            \"address\": {\n                \"city\": \"GUAR\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4281546,\n                    \"lon\": -47.8261893\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUAR\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1ded4\",\n            \"address\": {\n                \"city\": \"GUATAPAR\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4955141,\n                    \"lon\": -48.0378987\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUATAPAR\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f9ac\",\n            \"address\": {\n                \"city\": \"GUA\u00cdRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.328015,\n                    \"lon\": -48.306125\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUA\u00cdRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d2334f\",\n            \"address\": {\n                \"city\": \"GUZOL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.646155,\n                    \"lon\": -50.66223\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"GUZOL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d230db\",\n            \"address\": {\n                \"city\": \"G\u00c1LIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2931138,\n                    \"lon\": -49.5462509\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"G\u00c1LIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d23371\",\n            \"address\": {\n                \"city\": \"HERCUL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0041015,\n                    \"lon\": -50.3872084\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"HERCUL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d233b1\",\n            \"address\": {\n                \"city\": \"HOLAMBRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6271016,\n                    \"lon\": -47.0492163\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"HOLAMBRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262d62a67cbc36d233c5\",\n            \"address\": {\n                \"city\": \"HORTOL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.848605,\n                    \"lon\": -47.20662\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"HORTOL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d23417\",\n            \"address\": {\n                \"city\": \"IACANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8923914,\n                    \"lon\": -49.017311\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IACANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d2342e\",\n            \"address\": {\n                \"city\": \"IACRI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.85856,\n                    \"lon\": -50.698235\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IACRI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d2344a\",\n            \"address\": {\n                \"city\": \"IARAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8737435,\n                    \"lon\": -49.1622063\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IARAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d2346a\",\n            \"address\": {\n                \"city\": \"IBAT\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9541363,\n                    \"lon\": -47.9972076\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IBAT\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f7af\",\n            \"address\": {\n                \"city\": \"IBIRAREMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8196454,\n                    \"lon\": -50.0680258\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IBIRAREMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20b4c\",\n            \"address\": {\n                \"city\": \"IBIR\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.07825,\n                    \"lon\": -49.24374\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IBIR\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d234a9\",\n            \"address\": {\n                \"city\": \"IBITINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7576609,\n                    \"lon\": -48.8227723\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IBITINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d234de\",\n            \"address\": {\n                \"city\": \"IBI\u00daNA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6568413947,\n                    \"lon\": -47.2173718533\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IBI\u00daNA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262e62a67cbc36d2351f\",\n            \"address\": {\n                \"city\": \"IC\u00c9M\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.34083,\n                    \"lon\": -49.19834\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IC\u00c9M, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2354d\",\n            \"address\": {\n                \"city\": \"IEP\u00ca\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6631609,\n                    \"lon\": -51.0727534\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IEP\u00ca, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2357d\",\n            \"address\": {\n                \"city\": \"IGARAPAVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.0379081,\n                    \"lon\": -47.7474914\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IGARAPAVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d235bb\",\n            \"address\": {\n                \"city\": \"IGARAT\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2062,\n                    \"lon\": -46.15394\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IGARAT\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23573\",\n            \"address\": {\n                \"city\": \"IGARA\u00c7U DO TIET\u00ca\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.50961,\n                    \"lon\": -48.61313\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IGARA\u00c7U DO TIET\u00ca, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23604\",\n            \"address\": {\n                \"city\": \"IGUAPE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.7051458764,\n                    \"lon\": -47.5574332371\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IGUAPE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2364f\",\n            \"address\": {\n                \"city\": \"ILHA COMPRIDA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.7441470784,\n                    \"lon\": -47.5534496766\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ILHA COMPRIDA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23668\",\n            \"address\": {\n                \"city\": \"ILHA SOLTEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4321545,\n                    \"lon\": -51.3481894\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ILHA SOLTEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23675\",\n            \"address\": {\n                \"city\": \"ILHABELA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.8161013,\n                    \"lon\": -45.3662286\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ILHABELA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2373e\",\n            \"address\": {\n                \"city\": \"INDAIATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0881009,\n                    \"lon\": -47.208221\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"INDAIATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23751\",\n            \"address\": {\n                \"city\": \"INDIANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.17485,\n                    \"lon\": -51.25086\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"INDIANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23769\",\n            \"address\": {\n                \"city\": \"INDIAPOR\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.980305,\n                    \"lon\": -50.29275\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"INDIAPOR\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23804\",\n            \"address\": {\n                \"city\": \"IN\u00daBIA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.771675,\n                    \"lon\": -50.95655\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IN\u00daBIA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23850\",\n            \"address\": {\n                \"city\": \"IPAUSSU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0605441,\n                    \"lon\": -49.6178324\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPAUSSU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23865\",\n            \"address\": {\n                \"city\": \"IPER\u00d3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3514804396,\n                    \"lon\": -47.6951479897\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPER\u00d3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2386b\",\n            \"address\": {\n                \"city\": \"IPE\u00daNA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.43576,\n                    \"lon\": -47.709725\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPE\u00daNA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23889\",\n            \"address\": {\n                \"city\": \"IPIGU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.654685,\n                    \"lon\": -49.38568\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPIGU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d238f7\",\n            \"address\": {\n                \"city\": \"IPORANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.5854617,\n                    \"lon\": -48.5982458\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPORANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2390c\",\n            \"address\": {\n                \"city\": \"IPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.441544,\n                    \"lon\": -48.0151895\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1df5d\",\n            \"address\": {\n                \"city\": \"IRACEM\u00c1POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.587043,\n                    \"lon\": -47.5229361\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IRACEM\u00c1POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d2394a\",\n            \"address\": {\n                \"city\": \"IRAPURU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.57157,\n                    \"lon\": -51.342935\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IRAPURU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262f62a67cbc36d23940\",\n            \"address\": {\n                \"city\": \"IRAPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2779774671,\n                    \"lon\": -49.4095262526\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IRAPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d333\",\n            \"address\": {\n                \"city\": \"ITABER\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.862101,\n                    \"lon\": -49.1362289\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITABER\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263162a67cbc36d23c5c\",\n            \"address\": {\n                \"city\": \"ITAJOBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.30682,\n                    \"lon\": -49.05007\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAJOBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263162a67cbc36d23c62\",\n            \"address\": {\n                \"city\": \"ITAJU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.98352,\n                    \"lon\": -48.80288\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAJU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23e51\",\n            \"address\": {\n                \"city\": \"ITANHA\u00c9M\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.18394,\n                    \"lon\": -46.78786\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITANHA\u00c9M, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23e88\",\n            \"address\": {\n                \"city\": \"ITAOCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.640825,\n                    \"lon\": -48.84053\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAOCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23ed6\",\n            \"address\": {\n                \"city\": \"ITAPECERICA DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.7178361062,\n                    \"lon\": -46.849121132\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPECERICA DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23f1d\",\n            \"address\": {\n                \"city\": \"ITAPETININGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5811013,\n                    \"lon\": -48.0312266\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPETININGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23f30\",\n            \"address\": {\n                \"city\": \"ITAPEVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.9793102,\n                    \"lon\": -48.8768997\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPEVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23f3a\",\n            \"address\": {\n                \"city\": \"ITAPEVI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5489635791,\n                    \"lon\": -46.9341900155\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPEVI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fd81\",\n            \"address\": {\n                \"city\": \"ITAPIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4311018,\n                    \"lon\": -46.8262141\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fda6\",\n            \"address\": {\n                \"city\": \"ITAPIRAPU\u00c3 PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.57454,\n                    \"lon\": -49.16898\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPIRAPU\u00c3 PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fe09\",\n            \"address\": {\n                \"city\": \"ITAPORANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.709095,\n                    \"lon\": -49.50644\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPORANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261062a67cbc36d20220\",\n            \"address\": {\n                \"city\": \"ITAPURA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.64166,\n                    \"lon\": -51.5075\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPURA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261062a67cbc36d2021c\",\n            \"address\": {\n                \"city\": \"ITAPU\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2320971,\n                    \"lon\": -48.7149684\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAPU\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23f55\",\n            \"address\": {\n                \"city\": \"ITAQUAQUECETUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4961006,\n                    \"lon\": -46.3562253\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITAQUAQUECETUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d2403d\",\n            \"address\": {\n                \"city\": \"ITARAR\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.1159742,\n                    \"lon\": -49.3327424\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITARAR\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d24048\",\n            \"address\": {\n                \"city\": \"ITARIRI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.29234852,\n                    \"lon\": -47.171642188\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITARIRI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d2407a\",\n            \"address\": {\n                \"city\": \"ITATIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.00656,\n                    \"lon\": -46.83868\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITATIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d2408b\",\n            \"address\": {\n                \"city\": \"ITATINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.1009,\n                    \"lon\": -48.61498\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITATINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23c0f\",\n            \"address\": {\n                \"city\": \"ITA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4192375,\n                    \"lon\": -49.0929254\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d24127\",\n            \"address\": {\n                \"city\": \"ITIRAPINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2551003,\n                    \"lon\": -47.8152116\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITIRAPINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d24130\",\n            \"address\": {\n                \"city\": \"ITIRAPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.63809,\n                    \"lon\": -47.222765\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITIRAPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d24158\",\n            \"address\": {\n                \"city\": \"ITOBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.73099020397,\n                    \"lon\": -46.97167183407\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITOBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d24162\",\n            \"address\": {\n                \"city\": \"ITU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2657749004,\n                    \"lon\": -47.2973803582\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d241b7\",\n            \"address\": {\n                \"city\": \"ITUPEVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.15146195,\n                    \"lon\": -47.05743694\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITUPEVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d241ef\",\n            \"address\": {\n                \"city\": \"ITUVERAVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.33731,\n                    \"lon\": -47.77946\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ITUVERAVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fde6\",\n            \"address\": {\n                \"city\": \"IT\u00c1POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.601275,\n                    \"lon\": -48.805345\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"IT\u00c1POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d2426b\",\n            \"address\": {\n                \"city\": \"JABORANDI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.696703901,\n                    \"lon\": -48.488960698\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JABORANDI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263862a67cbc36d24277\",\n            \"address\": {\n                \"city\": \"JABOTICABAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.25768,\n                    \"lon\": -48.32093\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JABOTICABAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fc52\",\n            \"address\": {\n                \"city\": \"JACARE\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3021007,\n                    \"lon\": -45.9672232\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JACARE\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fc62\",\n            \"address\": {\n                \"city\": \"JACI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.883855,\n                    \"lon\": -49.56941\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JACI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260e62a67cbc36d1fcbd\",\n            \"address\": {\n                \"city\": \"JACUPIRANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.70053,\n                    \"lon\": -48.011345\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JACUPIRANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22cca\",\n            \"address\": {\n                \"city\": \"JAGUARI\u00daNA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7032165,\n                    \"lon\": -46.9615893\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JAGUARI\u00daNA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22cf8\",\n            \"address\": {\n                \"city\": \"JALES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.2686874,\n                    \"lon\": -50.5490441\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JALES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22cfa\",\n            \"address\": {\n                \"city\": \"JAMBEIRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.263822676,\n                    \"lon\": -45.692866639\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JAMBEIRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22d36\",\n            \"address\": {\n                \"city\": \"JANDIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5449077987,\n                    \"lon\": -46.8982378087\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JANDIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260562a67cbc36d1f005\",\n            \"address\": {\n                \"city\": \"JARDIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.028635,\n                    \"lon\": -47.779245\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JARDIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260562a67cbc36d1f016\",\n            \"address\": {\n                \"city\": \"JARINU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.10198,\n                    \"lon\": -46.72796\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JARINU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260562a67cbc36d1f06a\",\n            \"address\": {\n                \"city\": \"JA\u00da\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3021017,\n                    \"lon\": -48.5722122\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JA\u00da, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ef0c\",\n            \"address\": {\n                \"city\": \"JERIQUARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.313595,\n                    \"lon\": -47.58869\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JERIQUARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1df8b\",\n            \"address\": {\n                \"city\": \"JOAN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.9291783789,\n                    \"lon\": -46.2766342404\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JOAN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fe58\",\n            \"address\": {\n                \"city\": \"JOS\u00c9 BONIF\u00c1CIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.06116,\n                    \"lon\": -49.702755\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JOS\u00c9 BONIF\u00c1CIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ef74\",\n            \"address\": {\n                \"city\": \"JO\u00c3O RAMALHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2546654,\n                    \"lon\": -50.7703089\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JO\u00c3O RAMALHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263962a67cbc36d244ab\",\n            \"address\": {\n                \"city\": \"JUMIRIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.08363,\n                    \"lon\": -47.79074\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JUMIRIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263962a67cbc36d244d6\",\n            \"address\": {\n                \"city\": \"JUNDIA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.185102,\n                    \"lon\": -46.8892219\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JUNDIA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263962a67cbc36d244e5\",\n            \"address\": {\n                \"city\": \"JUNQUEIR\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.506245,\n                    \"lon\": -51.44523\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JUNQUEIR\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d2451f\",\n            \"address\": {\n                \"city\": \"JUQUITIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.93267,\n                    \"lon\": -47.06677\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JUQUITIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d2451b\",\n            \"address\": {\n                \"city\": \"JUQUI\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.3222767,\n                    \"lon\": -47.638249\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"JUQUI\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263962a67cbc36d244a0\",\n            \"address\": {\n                \"city\": \"J\u00daLIO MESQUITA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0099011212,\n                    \"lon\": -49.7896740011\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"J\u00daLIO MESQUITA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d2463d\",\n            \"address\": {\n                \"city\": \"LAGOINHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.08988,\n                    \"lon\": -45.19006\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LAGOINHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261c62a67cbc36d2196b\",\n            \"address\": {\n                \"city\": \"LARANJAL PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.051015,\n                    \"lon\": -47.8362204\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LARANJAL PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d24651\",\n            \"address\": {\n                \"city\": \"LAVRINHAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5681003,\n                    \"lon\": -44.9062156\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LAVRINHAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d219ab\",\n            \"address\": {\n                \"city\": \"LAV\u00cdNIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1651449,\n                    \"lon\": -51.042199\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LAV\u00cdNIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d2465d\",\n            \"address\": {\n                \"city\": \"LEME\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.18424,\n                    \"lon\": -47.38826\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LEME, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263a62a67cbc36d24677\",\n            \"address\": {\n                \"city\": \"LEN\u00c7\u00d3IS PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.59656,\n                    \"lon\": -48.80079\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LEN\u00c7\u00d3IS PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24784\",\n            \"address\": {\n                \"city\": \"LIMEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5831002,\n                    \"lon\": -47.4092157\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LIMEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247b7\",\n            \"address\": {\n                \"city\": \"LIND\u00d3IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5234286027,\n                    \"lon\": -46.6503473507\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LIND\u00d3IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1fe7a\",\n            \"address\": {\n                \"city\": \"LINS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.6731392,\n                    \"lon\": -49.7472047\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LINS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247bd\",\n            \"address\": {\n                \"city\": \"LORENA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7338724,\n                    \"lon\": -45.1201112\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LORENA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247c7\",\n            \"address\": {\n                \"city\": \"LOURDES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.96879,\n                    \"lon\": -50.228535\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LOURDES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247cb\",\n            \"address\": {\n                \"city\": \"LOUVEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.083993149,\n                    \"lon\": -46.949272741\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LOUVEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247e9\",\n            \"address\": {\n                \"city\": \"LUCIAN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4307989,\n                    \"lon\": -49.522147\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LUCIAN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247db\",\n            \"address\": {\n                \"city\": \"LUC\u00c9LIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7231386,\n                    \"lon\": -51.0192053\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LUC\u00c9LIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24836\",\n            \"address\": {\n                \"city\": \"LUIZI\u00c2NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.6761,\n                    \"lon\": -50.325635\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LUIZI\u00c2NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24847\",\n            \"address\": {\n                \"city\": \"LUP\u00c9RCIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4143828,\n                    \"lon\": -49.8164421\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LUP\u00c9RCIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24850\",\n            \"address\": {\n                \"city\": \"LUT\u00c9CIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3391012,\n                    \"lon\": -50.3932127\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LUT\u00c9CIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d247fa\",\n            \"address\": {\n                \"city\": \"LU\u00cdS ANT\u00d4NIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5557536,\n                    \"lon\": -47.70069\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"LU\u00cdS ANT\u00d4NIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d248b2\",\n            \"address\": {\n                \"city\": \"MACATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5027462,\n                    \"lon\": -48.7164325\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MACATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d248bd\",\n            \"address\": {\n                \"city\": \"MACAUBAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8041495,\n                    \"lon\": -49.9631944\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MACAUBAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d248c6\",\n            \"address\": {\n                \"city\": \"MACED\u00d4NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.146675,\n                    \"lon\": -50.198495\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MACED\u00d4NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f9f9\",\n            \"address\": {\n                \"city\": \"MAGDA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.638415,\n                    \"lon\": -50.243145\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAGDA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260962a67cbc36d1fa19\",\n            \"address\": {\n                \"city\": \"MAIRINQUE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5472,\n                    \"lon\": -47.18379\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAIRINQUE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d225b3\",\n            \"address\": {\n                \"city\": \"MAIRIPOR\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3195312122,\n                    \"lon\": -46.5824743377\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAIRIPOR\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e774\",\n            \"address\": {\n                \"city\": \"MANDURI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0031001,\n                    \"lon\": -49.3192198\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MANDURI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d249ff\",\n            \"address\": {\n                \"city\": \"MARAB\u00c1 PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1052363,\n                    \"lon\": -51.9610424\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARAB\u00c1 PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24a11\",\n            \"address\": {\n                \"city\": \"MARACA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6151018,\n                    \"lon\": -50.6682161\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARACA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263762a67cbc36d23fde\",\n            \"address\": {\n                \"city\": \"MARAPOAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2569502211,\n                    \"lon\": -49.1314641503\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARAPOAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24b0b\",\n            \"address\": {\n                \"city\": \"MARIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.434865,\n                    \"lon\": -50.828005\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24ac3\",\n            \"address\": {\n                \"city\": \"MARI\u00c1POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7971375,\n                    \"lon\": -51.1812064\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARI\u00c1POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24b5e\",\n            \"address\": {\n                \"city\": \"MARTIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1491019,\n                    \"lon\": -51.17121\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MARTIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24afa\",\n            \"address\": {\n                \"city\": \"MAR\u00cdLIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2175846,\n                    \"lon\": -49.9505291\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAR\u00cdLIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24bc8\",\n            \"address\": {\n                \"city\": \"MAT\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.60339,\n                    \"lon\": -48.36662\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAT\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263c62a67cbc36d24c00\",\n            \"address\": {\n                \"city\": \"MAU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.668099939,\n                    \"lon\": -46.453571855\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MAU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263d62a67cbc36d24ca1\",\n            \"address\": {\n                \"city\": \"MENDON\u00c7A\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1842977,\n                    \"lon\": -49.5747987\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MENDON\u00c7A, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263d62a67cbc36d24cba\",\n            \"address\": {\n                \"city\": \"MERIDIANO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.35587,\n                    \"lon\": -50.18345\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MERIDIANO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263d62a67cbc36d24cc9\",\n            \"address\": {\n                \"city\": \"MES\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.96547,\n                    \"lon\": -50.61847\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MES\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263d62a67cbc36d24d0e\",\n            \"address\": {\n                \"city\": \"MIGUEL\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.181573,\n                    \"lon\": -48.031866\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIGUEL\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ff41\",\n            \"address\": {\n                \"city\": \"MINEIROS DO TIET\u00ca\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.41192,\n                    \"lon\": -48.4492\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MINEIROS DO TIET\u00ca, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ff4d\",\n            \"address\": {\n                \"city\": \"MIRA ESTRELA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.9799694661,\n                    \"lon\": -50.1376854954\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRA ESTRELA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260f62a67cbc36d1ff58\",\n            \"address\": {\n                \"city\": \"MIRACATU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.2844079801,\n                    \"lon\": -47.4531064612\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRACATU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e7f0\",\n            \"address\": {\n                \"city\": \"MIRAND\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1311453,\n                    \"lon\": -51.1011986\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRAND\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f3ba\",\n            \"address\": {\n                \"city\": \"MIRANTE DO PARANAPANEMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.292670139,\n                    \"lon\": -51.90340598\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRANTE DO PARANAPANEMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f3cf\",\n            \"address\": {\n                \"city\": \"MIRASSOL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.81857,\n                    \"lon\": -49.51214\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRASSOL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25023\",\n            \"address\": {\n                \"city\": \"MIRASSOL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.616265,\n                    \"lon\": -49.469155\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MIRASSOL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25053\",\n            \"address\": {\n                \"city\": \"MOCOCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.47141,\n                    \"lon\": -46.994215\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOCOCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25088\",\n            \"address\": {\n                \"city\": \"MOGI DAS CRUZES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5211005,\n                    \"lon\": -46.1862254\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOGI DAS CRUZES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d250a3\",\n            \"address\": {\n                \"city\": \"MOGI GUA\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.363405,\n                    \"lon\": -46.94364\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOGI GUA\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d250ad\",\n            \"address\": {\n                \"city\": \"MOGI MIRIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.424945,\n                    \"lon\": -46.958585\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOGI MIRIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d250e6\",\n            \"address\": {\n                \"city\": \"MOMBUCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.920700904,\n                    \"lon\": -47.567662994\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOMBUCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25109\",\n            \"address\": {\n                \"city\": \"MONGAGU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.117101,\n                    \"lon\": -46.6692309\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONGAGU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d2519f\",\n            \"address\": {\n                \"city\": \"MONTE ALEGRE DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.691013,\n                    \"lon\": -46.6822166\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE ALEGRE DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d251a7\",\n            \"address\": {\n                \"city\": \"MONTE ALTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2651434,\n                    \"lon\": -48.4972005\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE ALTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d251ad\",\n            \"address\": {\n                \"city\": \"MONTE APRAZ\u00cdVEL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.7731499,\n                    \"lon\": -49.712194\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE APRAZ\u00cdVEL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d251c9\",\n            \"address\": {\n                \"city\": \"MONTE AZUL PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9071481,\n                    \"lon\": -48.6391958\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE AZUL PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d251f9\",\n            \"address\": {\n                \"city\": \"MONTE CASTELO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.293647039,\n                    \"lon\": -51.565626028\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE CASTELO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d2521b\",\n            \"address\": {\n                \"city\": \"MONTE MOR\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.94892,\n                    \"lon\": -47.31665\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTE MOR, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25251\",\n            \"address\": {\n                \"city\": \"MONTEIRO LOBATO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.954612,\n                    \"lon\": -45.8384367\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MONTEIRO LOBATO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d250fc\",\n            \"address\": {\n                \"city\": \"MON\u00c7\u00d5ES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8509937085,\n                    \"lon\": -50.096679365\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MON\u00c7\u00d5ES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f401\",\n            \"address\": {\n                \"city\": \"MORRO AGUDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.731565,\n                    \"lon\": -48.05451\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MORRO AGUDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d25449\",\n            \"address\": {\n                \"city\": \"MORUNGABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.881259896,\n                    \"lon\": -46.789717282\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MORUNGABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d25469\",\n            \"address\": {\n                \"city\": \"MOTUCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.50981,\n                    \"lon\": -48.15575\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MOTUCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e00a\",\n            \"address\": {\n                \"city\": \"MURUTINGA DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.990425,\n                    \"lon\": -51.269315\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"MURUTINGA DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d25519\",\n            \"address\": {\n                \"city\": \"NANTES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6183096,\n                    \"lon\": -51.239917\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NANTES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d2553b\",\n            \"address\": {\n                \"city\": \"NARANDIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.41039,\n                    \"lon\": -51.52523\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NARANDIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d25581\",\n            \"address\": {\n                \"city\": \"NATIVIDADE DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3791002,\n                    \"lon\": -45.4432237\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NATIVIDADE DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d255c6\",\n            \"address\": {\n                \"city\": \"NAZAR\u00c9 PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.1819321,\n                    \"lon\": -46.3953723\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NAZAR\u00c9 PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d25620\",\n            \"address\": {\n                \"city\": \"NEVES PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8421491,\n                    \"lon\": -49.6311948\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NEVES PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d25626\",\n            \"address\": {\n                \"city\": \"NHANDEARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.69832,\n                    \"lon\": -50.04286\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NHANDEARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d25675\",\n            \"address\": {\n                \"city\": \"NIPO\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.91783,\n                    \"lon\": -49.778015\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NIPO\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22d8f\",\n            \"address\": {\n                \"city\": \"NOVA ALIAN\u00c7A\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0161468,\n                    \"lon\": -49.5011971\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA ALIAN\u00c7A, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20cb4\",\n            \"address\": {\n                \"city\": \"NOVA CAMPINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.1174,\n                    \"lon\": -48.90473\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA CAMPINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20cc4\",\n            \"address\": {\n                \"city\": \"NOVA CANA\u00c3 PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.3895865,\n                    \"lon\": -50.9462516\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA CANA\u00c3 PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20cdb\",\n            \"address\": {\n                \"city\": \"NOVA CASTILHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.76399,\n                    \"lon\": -50.345125\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA CASTILHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e892\",\n            \"address\": {\n                \"city\": \"NOVA EUROPA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.77501,\n                    \"lon\": -48.566995\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA EUROPA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e8af\",\n            \"address\": {\n                \"city\": \"NOVA GRANADA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.5331529,\n                    \"lon\": -49.319191\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA GRANADA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e8b9\",\n            \"address\": {\n                \"city\": \"NOVA GUATAPORANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.332075,\n                    \"lon\": -51.64592\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA GUATAPORANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e8d5\",\n            \"address\": {\n                \"city\": \"NOVA INDEPEND\u00caNCIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.10369,\n                    \"lon\": -51.491625\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA INDEPEND\u00caNCIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d256f8\",\n            \"address\": {\n                \"city\": \"NOVA LUZIT\u00c2NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.85995,\n                    \"lon\": -50.26141\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA LUZIT\u00c2NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d2573d\",\n            \"address\": {\n                \"city\": \"NOVA ODESSA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7851019,\n                    \"lon\": -47.3218\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVA ODESSA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d477\",\n            \"address\": {\n                \"city\": \"NOVAIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.997359,\n                    \"lon\": -48.918295\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVAIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264462a67cbc36d2586a\",\n            \"address\": {\n                \"city\": \"NOVO HORIZONTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4683082,\n                    \"lon\": -49.214614\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NOVO HORIZONTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25935\",\n            \"address\": {\n                \"city\": \"NUPORANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.7297398,\n                    \"lon\": -47.7529627\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"NUPORANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25947\",\n            \"address\": {\n                \"city\": \"OCAU\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.441016,\n                    \"lon\": -49.922143\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OCAU\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d259ab\",\n            \"address\": {\n                \"city\": \"OL\u00cdMPIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.73544,\n                    \"lon\": -48.9084458\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OL\u00cdMPIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25a0d\",\n            \"address\": {\n                \"city\": \"ONDA VERDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.611028695,\n                    \"lon\": -49.298291987\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ONDA VERDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25a2e\",\n            \"address\": {\n                \"city\": \"ORIENTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1536562437,\n                    \"lon\": -50.0941011125\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ORIENTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25a32\",\n            \"address\": {\n                \"city\": \"ORINDI\u00daVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.1861078,\n                    \"lon\": -49.353015\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ORINDI\u00daVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25a53\",\n            \"address\": {\n                \"city\": \"ORL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.7171509,\n                    \"lon\": -47.88193\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ORL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25a8e\",\n            \"address\": {\n                \"city\": \"OSASCO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.53158,\n                    \"lon\": -46.78989\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OSASCO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260862a67cbc36d1f99f\",\n            \"address\": {\n                \"city\": \"OSCAR BRESSANE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.31365,\n                    \"lon\": -50.284725\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OSCAR BRESSANE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fb62a67cbc36d1e68f\",\n            \"address\": {\n                \"city\": \"OSVALDO CRUZ\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7941376,\n                    \"lon\": -50.8772063\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OSVALDO CRUZ, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d22474\",\n            \"address\": {\n                \"city\": \"OURINHOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.97752,\n                    \"lon\": -49.87005\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OURINHOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d22660\",\n            \"address\": {\n                \"city\": \"OURO VERDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4888013,\n                    \"lon\": -51.7021604\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OURO VERDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25aa4\",\n            \"address\": {\n                \"city\": \"OUROESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.9987501456,\n                    \"lon\": -50.3704944588\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"OUROESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25abe\",\n            \"address\": {\n                \"city\": \"PACAEMBU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5632541223,\n                    \"lon\": -51.2630034091\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PACAEMBU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d22693\",\n            \"address\": {\n                \"city\": \"PALESTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.38814,\n                    \"lon\": -49.427075\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PALESTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d226dc\",\n            \"address\": {\n                \"city\": \"PALMARES PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0851287474,\n                    \"lon\": -48.8041544136\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PALMARES PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d22705\",\n            \"address\": {\n                \"city\": \"PALMEIRA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.4151547,\n                    \"lon\": -50.7631892\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PALMEIRA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25bd9\",\n            \"address\": {\n                \"city\": \"PALMITAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7901644,\n                    \"lon\": -50.2099592\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PALMITAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d4c8\",\n            \"address\": {\n                \"city\": \"PANORAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.365785,\n                    \"lon\": -51.8627\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PANORAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d510\",\n            \"address\": {\n                \"city\": \"PARAGUA\u00c7U PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4173968,\n                    \"lon\": -50.573084\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARAGUA\u00c7U PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25c54\",\n            \"address\": {\n                \"city\": \"PARAIBUNA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3862351,\n                    \"lon\": -45.6641507\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARAIBUNA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d2152b\",\n            \"address\": {\n                \"city\": \"PARANAPANEMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3861001,\n                    \"lon\": -48.7222238\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARANAPANEMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d21535\",\n            \"address\": {\n                \"city\": \"PARANAPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.099005,\n                    \"lon\": -50.589385\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARANAPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d2156d\",\n            \"address\": {\n                \"city\": \"PARAPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7791377,\n                    \"lon\": -50.7912062\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARAPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25c5d\",\n            \"address\": {\n                \"city\": \"PARA\u00cdSO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0176879214,\n                    \"lon\": -48.7749437575\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARA\u00cdSO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dc78\",\n            \"address\": {\n                \"city\": \"PARDINHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.081012,\n                    \"lon\": -48.3752207\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARDINHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dcc3\",\n            \"address\": {\n                \"city\": \"PARIQUERA-A\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.713101,\n                    \"lon\": -47.8822329\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARIQUERA-A\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dcca\",\n            \"address\": {\n                \"city\": \"PARISI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.309725,\n                    \"lon\": -50.012865\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PARISI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d56f\",\n            \"address\": {\n                \"city\": \"PATROC\u00cdNIO PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.6411519,\n                    \"lon\": -47.281192\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PATROC\u00cdNIO PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25cfb\",\n            \"address\": {\n                \"city\": \"PAULIC\u00c9IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.3131428,\n                    \"lon\": -51.8352011\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PAULIC\u00c9IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25d12\",\n            \"address\": {\n                \"city\": \"PAULIST\u00c2NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5775141,\n                    \"lon\": -49.4016025\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PAULIST\u00c2NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25d23\",\n            \"address\": {\n                \"city\": \"PAULO DE FARIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.031387504,\n                    \"lon\": -49.394487938\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PAULO DE FARIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25d01\",\n            \"address\": {\n                \"city\": \"PAUL\u00cdNIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.741007,\n                    \"lon\": -47.1742172\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PAUL\u00cdNIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f22f\",\n            \"address\": {\n                \"city\": \"PEDERNEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3523,\n                    \"lon\": -48.77623\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDERNEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f250\",\n            \"address\": {\n                \"city\": \"PEDRA BELA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.79511,\n                    \"lon\": -46.44337\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDRA BELA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25d7c\",\n            \"address\": {\n                \"city\": \"PEDRAN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.247157,\n                    \"lon\": -50.1091869\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDRAN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25dc0\",\n            \"address\": {\n                \"city\": \"PEDREGULHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.2551567,\n                    \"lon\": -47.4761872\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDREGULHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25dc3\",\n            \"address\": {\n                \"city\": \"PEDREIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7466348,\n                    \"lon\": -46.9008101\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDREIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25ddb\",\n            \"address\": {\n                \"city\": \"PEDRINHAS PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.816225,\n                    \"lon\": -50.791075\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDRINHAS PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25e19\",\n            \"address\": {\n                \"city\": \"PEDRO DE TOLEDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.273945,\n                    \"lon\": -47.23822\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEDRO DE TOLEDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d26028\",\n            \"address\": {\n                \"city\": \"PEN\u00c1POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.42162,\n                    \"lon\": -50.0825905\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEN\u00c1POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d2609e\",\n            \"address\": {\n                \"city\": \"PEREIRA BARRETO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.641905,\n                    \"lon\": -51.10865\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEREIRA BARRETO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d260a3\",\n            \"address\": {\n                \"city\": \"PEREIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.07205,\n                    \"lon\": -47.97219\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PEREIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d260dd\",\n            \"address\": {\n                \"city\": \"PERU\u00cdBE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.31979,\n                    \"lon\": -46.99842\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PERU\u00cdBE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d2612f\",\n            \"address\": {\n                \"city\": \"PIACATU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.584405,\n                    \"lon\": -50.59239\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIACATU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d2616b\",\n            \"address\": {\n                \"city\": \"PIEDADE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.7074457968,\n                    \"lon\": -47.4238298324\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIEDADE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d261c9\",\n            \"address\": {\n                \"city\": \"PILAR DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.801115632,\n                    \"lon\": -47.734796383\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PILAR DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26219\",\n            \"address\": {\n                \"city\": \"PINDAMONHANGABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.92349,\n                    \"lon\": -45.45984\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PINDAMONHANGABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26248\",\n            \"address\": {\n                \"city\": \"PINDORAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1861448,\n                    \"lon\": -48.9081991\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PINDORAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d21a0b\",\n            \"address\": {\n                \"city\": \"PINHALZINHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.77923,\n                    \"lon\": -46.59115\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PINHALZINHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d358\",\n            \"address\": {\n                \"city\": \"PIQUEROBI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.88342,\n                    \"lon\": -51.73075\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIQUEROBI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d366\",\n            \"address\": {\n                \"city\": \"PIQUETE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.60847,\n                    \"lon\": -45.18276\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIQUETE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d375\",\n            \"address\": {\n                \"city\": \"PIRACAIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.056880412,\n                    \"lon\": -46.364508746\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRACAIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22b2e\",\n            \"address\": {\n                \"city\": \"PIRACICABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7341009,\n                    \"lon\": -47.648217\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRACICABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22b66\",\n            \"address\": {\n                \"city\": \"PIRAJU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.1951018,\n                    \"lon\": -49.3812221\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRAJU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22b87\",\n            \"address\": {\n                \"city\": \"PIRAJU\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9906116,\n                    \"lon\": -49.4568846\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRAJU\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23a82\",\n            \"address\": {\n                \"city\": \"PIRANGI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.09789,\n                    \"lon\": -48.67251\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRANGI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e80d\",\n            \"address\": {\n                \"city\": \"PIRAPORA DO BOM JESUS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3979458022,\n                    \"lon\": -47.0029773114\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRAPORA DO BOM JESUS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e815\",\n            \"address\": {\n                \"city\": \"PIRAPOZINHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.276102,\n                    \"lon\": -51.4992119\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRAPOZINHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e820\",\n            \"address\": {\n                \"city\": \"PIRASSUNUNGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9961017,\n                    \"lon\": -47.4252082\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRASSUNUNGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e827\",\n            \"address\": {\n                \"city\": \"PIRATININGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4131957,\n                    \"lon\": -49.1320395\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PIRATININGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23acc\",\n            \"address\": {\n                \"city\": \"PITANGUEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0131469,\n                    \"lon\": -48.221197\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PITANGUEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d39f\",\n            \"address\": {\n                \"city\": \"PLANALTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.03899,\n                    \"lon\": -49.93196\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PLANALTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26257\",\n            \"address\": {\n                \"city\": \"PLATINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6338486,\n                    \"lon\": -50.2030778\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PLATINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264162a67cbc36d24e3c\",\n            \"address\": {\n                \"city\": \"POLONI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.78001,\n                    \"lon\": -49.812625\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"POLONI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23a1c\",\n            \"address\": {\n                \"city\": \"POMP\u00c9IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1032629,\n                    \"lon\": -50.1841547\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"POMP\u00c9IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23a2e\",\n            \"address\": {\n                \"city\": \"PONGA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7366184,\n                    \"lon\": -49.3586401\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PONGA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23a4c\",\n            \"address\": {\n                \"city\": \"PONTAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0271465,\n                    \"lon\": -48.0351974\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PONTAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23a63\",\n            \"address\": {\n                \"city\": \"PONTALINDA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.44621,\n                    \"lon\": -50.524845\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PONTALINDA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d262d6\",\n            \"address\": {\n                \"city\": \"PONTES GESTAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.18512,\n                    \"lon\": -49.698435\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PONTES GESTAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26305\",\n            \"address\": {\n                \"city\": \"POPULINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.942025,\n                    \"lon\": -50.536045\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"POPULINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26313\",\n            \"address\": {\n                \"city\": \"PORANGABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.17251,\n                    \"lon\": -48.11282\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PORANGABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25300\",\n            \"address\": {\n                \"city\": \"PORTO FELIZ\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.208565,\n                    \"lon\": -47.5267883\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PORTO FELIZ, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25305\",\n            \"address\": {\n                \"city\": \"PORTO FERREIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8553939,\n                    \"lon\": -47.4781634\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PORTO FERREIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f4e8\",\n            \"address\": {\n                \"city\": \"POTIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8427233,\n                    \"lon\": -45.2511379\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"POTIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f4fc\",\n            \"address\": {\n                \"city\": \"POTIRENDABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.0441461,\n                    \"lon\": -49.3781978\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"POTIRENDABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26262\",\n            \"address\": {\n                \"city\": \"PO\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.53861,\n                    \"lon\": -46.35171\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PO\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d263b2\",\n            \"address\": {\n                \"city\": \"PRACINHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.852075,\n                    \"lon\": -51.08357\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRACINHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d263e4\",\n            \"address\": {\n                \"city\": \"PRAD\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.35755,\n                    \"lon\": -48.067205\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRAD\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26401\",\n            \"address\": {\n                \"city\": \"PRAIA GRANDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.00966,\n                    \"lon\": -46.41409\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRAIA GRANDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f2c3\",\n            \"address\": {\n                \"city\": \"PRAT\u00c2NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8095241,\n                    \"lon\": -48.6634408\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRAT\u00c2NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f2d9\",\n            \"address\": {\n                \"city\": \"PRESIDENTE ALVES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.10301,\n                    \"lon\": -49.4410018\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRESIDENTE ALVES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260662a67cbc36d1f2ed\",\n            \"address\": {\n                \"city\": \"PRESIDENTE BERNARDES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0071222753,\n                    \"lon\": -51.5547350421\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRESIDENTE BERNARDES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26419\",\n            \"address\": {\n                \"city\": \"PRESIDENTE EPIT\u00c1CIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.766138,\n                    \"lon\": -52.1092059\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRESIDENTE EPIT\u00c1CIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26496\",\n            \"address\": {\n                \"city\": \"PRESIDENTE PRUDENTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.121002,\n                    \"lon\": -51.3872097\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRESIDENTE PRUDENTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264162a67cbc36d24e6e\",\n            \"address\": {\n                \"city\": \"PRESIDENTE VENCESLAU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8712224,\n                    \"lon\": -51.8492367\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PRESIDENTE VENCESLAU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f862a67cbc36d1dbdf\",\n            \"address\": {\n                \"city\": \"PROMISS\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.5371402,\n                    \"lon\": -49.8582037\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"PROMISS\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d21a83\",\n            \"address\": {\n                \"city\": \"QUADRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.29901,\n                    \"lon\": -48.05595\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"QUADRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261d62a67cbc36d21a9a\",\n            \"address\": {\n                \"city\": \"QUAT\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.25679,\n                    \"lon\": -50.68828\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"QUAT\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d2069f\",\n            \"address\": {\n                \"city\": \"QUEIROZ\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.802095,\n                    \"lon\": -50.24101\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"QUEIROZ, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d206ad\",\n            \"address\": {\n                \"city\": \"QUELUZ\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.536320124,\n                    \"lon\": -44.770630745\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"QUELUZ, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fc62a67cbc36d1e9c9\",\n            \"address\": {\n                \"city\": \"QUINTANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.07081,\n                    \"lon\": -50.30157\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"QUINTANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d2652a\",\n            \"address\": {\n                \"city\": \"RAFARD\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.01041,\n                    \"lon\": -47.52793\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RAFARD, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d26532\",\n            \"address\": {\n                \"city\": \"RANCHARIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.22641,\n                    \"lon\": -50.89348\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RANCHARIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d2659c\",\n            \"address\": {\n                \"city\": \"REDEN\u00c7\u00c3O DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2621011,\n                    \"lon\": -45.5322228\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"REDEN\u00c7\u00c3O DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d265c7\",\n            \"address\": {\n                \"city\": \"REGENTE FEIJ\u00d3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2181008,\n                    \"lon\": -51.3062111\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"REGENTE FEIJ\u00d3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d265d4\",\n            \"address\": {\n                \"city\": \"REGIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8870349,\n                    \"lon\": -49.2246114\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"REGIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264b62a67cbc36d265de\",\n            \"address\": {\n                \"city\": \"REGISTRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.489534559,\n                    \"lon\": -47.841253529\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"REGISTRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264c62a67cbc36d2664b\",\n            \"address\": {\n                \"city\": \"RESTINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.60202,\n                    \"lon\": -47.48196\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RESTINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264c62a67cbc36d266b4\",\n            \"address\": {\n                \"city\": \"RIBEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.6575569,\n                    \"lon\": -49.0083852\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264c62a67cbc36d266c9\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O BONITO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0681008,\n                    \"lon\": -48.1762091\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O BONITO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264c62a67cbc36d266cc\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O BRANCO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.2211005,\n                    \"lon\": -48.7662314\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O BRANCO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264c62a67cbc36d266d7\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O CORRENTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.45813,\n                    \"lon\": -47.5921\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O CORRENTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22bd4\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.787305,\n                    \"lon\": -49.92783\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22bd9\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O DOS \u00cdNDIOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.83899,\n                    \"lon\": -51.60208\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O DOS \u00cdNDIOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22be6\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O GRANDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.097619332,\n                    \"lon\": -48.372249855\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O GRANDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22bf0\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O PIRES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.7147321009,\n                    \"lon\": -46.4129800391\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O PIRES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262762a67cbc36d22c02\",\n            \"address\": {\n                \"city\": \"RIBEIR\u00c3O PRETO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1653114137,\n                    \"lon\": -47.8040414358\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIBEIR\u00c3O PRETO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22c82\",\n            \"address\": {\n                \"city\": \"RIFAINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.07922,\n                    \"lon\": -47.425205\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIFAINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22c8f\",\n            \"address\": {\n                \"city\": \"RINC\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.595775,\n                    \"lon\": -48.068545\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RINC\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22c9a\",\n            \"address\": {\n                \"city\": \"RIN\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.728715,\n                    \"lon\": -50.72249\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIN\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d2676f\",\n            \"address\": {\n                \"city\": \"RIO CLARO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.41169,\n                    \"lon\": -47.55917\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIO CLARO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260562a67cbc36d1f0a6\",\n            \"address\": {\n                \"city\": \"RIO DAS PEDRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8421015,\n                    \"lon\": -47.6062184\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIO DAS PEDRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260762a67cbc36d1f53e\",\n            \"address\": {\n                \"city\": \"RIO GRANDE DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.7449696117,\n                    \"lon\": -46.3982545626\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIO GRANDE DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d2679f\",\n            \"address\": {\n                \"city\": \"RIOL\u00c2NDIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -19.987251484,\n                    \"lon\": -49.673800351\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIOL\u00c2NDIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d267b5\",\n            \"address\": {\n                \"city\": \"RIVERSUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.82413,\n                    \"lon\": -49.43290182\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RIVERSUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d2689a\",\n            \"address\": {\n                \"city\": \"ROSANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5358095,\n                    \"lon\": -52.94350045\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ROSANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26941\",\n            \"address\": {\n                \"city\": \"ROSEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8985725,\n                    \"lon\": -45.3060736\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ROSEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26966\",\n            \"address\": {\n                \"city\": \"RUBIN\u00c9IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.1731574,\n                    \"lon\": -51.0021865\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RUBIN\u00c9IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26957\",\n            \"address\": {\n                \"city\": \"RUBI\u00c1CEA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.29949,\n                    \"lon\": -50.72779\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"RUBI\u00c1CEA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d269a6\",\n            \"address\": {\n                \"city\": \"SABINO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.465235,\n                    \"lon\": -49.575675\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SABINO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d269ce\",\n            \"address\": {\n                \"city\": \"SAGRES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.884593802,\n                    \"lon\": -50.963698501\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SAGRES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d269de\",\n            \"address\": {\n                \"city\": \"SALES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.342685,\n                    \"lon\": -49.499625\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23ae8\",\n            \"address\": {\n                \"city\": \"SALES OLIVEIRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.7730721,\n                    \"lon\": -47.8406621\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALES OLIVEIRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23af1\",\n            \"address\": {\n                \"city\": \"SALES\u00d3POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.543459901,\n                    \"lon\": -45.943986502\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALES\u00d3POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d20490\",\n            \"address\": {\n                \"city\": \"SALMOUR\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.62452,\n                    \"lon\": -50.86082\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALMOUR\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d204a4\",\n            \"address\": {\n                \"city\": \"SALTINHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8418497,\n                    \"lon\": -47.6771022\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALTINHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261162a67cbc36d204b6\",\n            \"address\": {\n                \"city\": \"SALTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.20536,\n                    \"lon\": -47.29141\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20846\",\n            \"address\": {\n                \"city\": \"SALTO DE PIRAPORA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.640243701,\n                    \"lon\": -47.575358506\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALTO DE PIRAPORA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d2085f\",\n            \"address\": {\n                \"city\": \"SALTO GRANDE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.89461,\n                    \"lon\": -49.9839\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SALTO GRANDE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20638\",\n            \"address\": {\n                \"city\": \"SANDOVALINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4534251,\n                    \"lon\": -51.7623329\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANDOVALINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20652\",\n            \"address\": {\n                \"city\": \"SANTA AD\u00c9LIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2431439,\n                    \"lon\": -48.8042\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA AD\u00c9LIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23b3b\",\n            \"address\": {\n                \"city\": \"SANTA ALBERTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.02905,\n                    \"lon\": -50.72756\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA ALBERTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26a28\",\n            \"address\": {\n                \"city\": \"SANTA BRANCA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.39412,\n                    \"lon\": -45.88217\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA BRANCA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d269f9\",\n            \"address\": {\n                \"city\": \"SANTA B\u00c1RBARA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.76194,\n                    \"lon\": -47.401765\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA B\u00c1RBARA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26a5d\",\n            \"address\": {\n                \"city\": \"SANTA CLARA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.08978,\n                    \"lon\": -50.928145\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA CLARA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d40d\",\n            \"address\": {\n                \"city\": \"SANTA CRUZ DA CONCEI\u00c7\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.141648,\n                    \"lon\": -47.451791\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA CRUZ DA CONCEI\u00c7\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d410\",\n            \"address\": {\n                \"city\": \"SANTA CRUZ DA ESPERAN\u00c7A\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.29209,\n                    \"lon\": -47.43022\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA CRUZ DA ESPERAN\u00c7A, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e02f\",\n            \"address\": {\n                \"city\": \"SANTA CRUZ DAS PALMEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8295192,\n                    \"lon\": -47.248596\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA CRUZ DAS PALMEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e067\",\n            \"address\": {\n                \"city\": \"SANTA CRUZ DO RIO PARDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8992876,\n                    \"lon\": -49.6215458\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA CRUZ DO RIO PARDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f162a67cbc36d1d42a\",\n            \"address\": {\n                \"city\": \"SANTA ERNESTINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.46018854851,\n                    \"lon\": -48.3919037692\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA ERNESTINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26a69\",\n            \"address\": {\n                \"city\": \"SANTA F\u00c9 DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.20928,\n                    \"lon\": -50.92379\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA F\u00c9 DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26a84\",\n            \"address\": {\n                \"city\": \"SANTA GERTRUDES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.461378471,\n                    \"lon\": -47.531756881\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA GERTRUDES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26ac6\",\n            \"address\": {\n                \"city\": \"SANTA ISABEL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.31758,\n                    \"lon\": -46.22573\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA ISABEL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26b0b\",\n            \"address\": {\n                \"city\": \"SANTA L\u00daCIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.6851391,\n                    \"lon\": -48.0842048\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA L\u00daCIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26ba3\",\n            \"address\": {\n                \"city\": \"SANTA MARIA DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5699805,\n                    \"lon\": -48.1601495\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA MARIA DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d207db\",\n            \"address\": {\n                \"city\": \"SANTA MERCEDES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.3511424,\n                    \"lon\": -51.7552015\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA MERCEDES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d207fa\",\n            \"address\": {\n                \"city\": \"SANTA RITA D'OESTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.14680043,\n                    \"lon\": -50.833572127\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA RITA D'OESTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24731\",\n            \"address\": {\n                \"city\": \"SANTA RITA DO PASSA QUATRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7051389,\n                    \"lon\": -47.479205\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA RITA DO PASSA QUATRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26c0a\",\n            \"address\": {\n                \"city\": \"SANTA ROSA DE VITERBO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4850016007,\n                    \"lon\": -47.3669094822\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA ROSA DE VITERBO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26c3a\",\n            \"address\": {\n                \"city\": \"SANTA SALETE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.24628,\n                    \"lon\": -50.68702\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTA SALETE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26cc7\",\n            \"address\": {\n                \"city\": \"SANTANA DA PONTE PENSA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.25503,\n                    \"lon\": -50.796255\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTANA DA PONTE PENSA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26ce3\",\n            \"address\": {\n                \"city\": \"SANTANA DE PARNA\u00cdBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.44437,\n                    \"lon\": -46.91908\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTANA DE PARNA\u00cdBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26d56\",\n            \"address\": {\n                \"city\": \"SANTO ANAST\u00c1CIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.976035471,\n                    \"lon\": -51.651701186\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANAST\u00c1CIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26d5f\",\n            \"address\": {\n                \"city\": \"SANTO ANDR\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6660090837,\n                    \"lon\": -46.5310263048\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANDR\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26d6f\",\n            \"address\": {\n                \"city\": \"SANTO ANT\u00d4NIO DA ALEGRIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.095365,\n                    \"lon\": -47.154135\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANT\u00d4NIO DA ALEGRIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22eab\",\n            \"address\": {\n                \"city\": \"SANTO ANT\u00d4NIO DE POSSE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.60512,\n                    \"lon\": -46.91156\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANT\u00d4NIO DE POSSE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262c62a67cbc36d22eb7\",\n            \"address\": {\n                \"city\": \"SANTO ANT\u00d4NIO DO ARACANGU\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9361476,\n                    \"lon\": -50.4941963\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANT\u00d4NIO DO ARACANGU\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ef9d\",\n            \"address\": {\n                \"city\": \"SANTO ANT\u00d4NIO DO JARDIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.1161004,\n                    \"lon\": -46.6832095\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANT\u00d4NIO DO JARDIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e226\",\n            \"address\": {\n                \"city\": \"SANTO ANT\u00d4NIO DO PINHAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.825595,\n                    \"lon\": -45.660375\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO ANT\u00d4NIO DO PINHAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d205ce\",\n            \"address\": {\n                \"city\": \"SANTO EXPEDITO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.84937400157,\n                    \"lon\": -51.39240064674\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTO EXPEDITO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d205f3\",\n            \"address\": {\n                \"city\": \"SANTOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.959102,\n                    \"lon\": -46.3312299\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANTOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d205ed\",\n            \"address\": {\n                \"city\": \"SANT\u00d3POLIS DO AGUAPE\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.63449,\n                    \"lon\": -50.50031\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SANT\u00d3POLIS DO AGUAPE\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d22721\",\n            \"address\": {\n                \"city\": \"SARAPU\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6400831094,\n                    \"lon\": -47.826001457\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SARAPU\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262662a67cbc36d22733\",\n            \"address\": {\n                \"city\": \"SARUTAI\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.280614634,\n                    \"lon\": -49.475627231\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SARUTAI\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1ee22\",\n            \"address\": {\n                \"city\": \"SEBASTIAN\u00d3POLIS DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.658533116,\n                    \"lon\": -49.922983714\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SEBASTIAN\u00d3POLIS DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265562a67cbc36d2776a\",\n            \"address\": {\n                \"city\": \"SERRA AZUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.3135028285,\n                    \"lon\": -47.5651695019\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SERRA AZUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265562a67cbc36d277dc\",\n            \"address\": {\n                \"city\": \"SERRA NEGRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6116674,\n                    \"lon\": -46.7024863\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SERRA NEGRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265562a67cbc36d277fe\",\n            \"address\": {\n                \"city\": \"SERRANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.20573,\n                    \"lon\": -47.604165\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SERRANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20bc0\",\n            \"address\": {\n                \"city\": \"SERT\u00c3OZINHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1348545414,\n                    \"lon\": -47.9887952396\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SERT\u00c3OZINHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20bca\",\n            \"address\": {\n                \"city\": \"SETE BARRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -24.38629,\n                    \"lon\": -47.92712\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SETE BARRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20bff\",\n            \"address\": {\n                \"city\": \"SEVER\u00cdNIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.80263,\n                    \"lon\": -48.808275\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SEVER\u00cdNIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265562a67cbc36d27837\",\n            \"address\": {\n                \"city\": \"SILVEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.6644801,\n                    \"lon\": -44.8520512\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SILVEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264e62a67cbc36d26dd7\",\n            \"address\": {\n                \"city\": \"SOCORRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.590945,\n                    \"lon\": -46.521075\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SOCORRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265562a67cbc36d2792c\",\n            \"address\": {\n                \"city\": \"SOROCABA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4680423471,\n                    \"lon\": -47.4465114728\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SOROCABA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d2795a\",\n            \"address\": {\n                \"city\": \"SUD MENNUCCI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.691512,\n                    \"lon\": -50.9231927\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SUD MENNUCCI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27970\",\n            \"address\": {\n                \"city\": \"SUMAR\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.82161,\n                    \"lon\": -47.26644\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SUMAR\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d25f63\",\n            \"address\": {\n                \"city\": \"SUZANO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5461018,\n                    \"lon\": -46.3082261\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SUZANO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d25f5c\",\n            \"address\": {\n                \"city\": \"SUZAN\u00c1POLIS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.499715,\n                    \"lon\": -51.03057\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"SUZAN\u00c1POLIS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d26fca\",\n            \"address\": {\n                \"city\": \"S\u00c3O BENTO DO SAPUCA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.68686,\n                    \"lon\": -45.73369\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O BENTO DO SAPUCA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d26ffd\",\n            \"address\": {\n                \"city\": \"S\u00c3O BERNARDO DO CAMPO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6989763757,\n                    \"lon\": -46.5516554973\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O BERNARDO DO CAMPO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d27035\",\n            \"address\": {\n                \"city\": \"S\u00c3O CAETANO DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6261113947,\n                    \"lon\": -46.5659417529\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O CAETANO DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e151\",\n            \"address\": {\n                \"city\": \"S\u00c3O CARLOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.01694,\n                    \"lon\": -47.89063\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O CARLOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263062a67cbc36d23b63\",\n            \"address\": {\n                \"city\": \"S\u00c3O FRANCISCO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.3591556,\n                    \"lon\": -50.6971883\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O FRANCISCO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d2724f\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOAQUIM DA BARRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.589215339,\n                    \"lon\": -47.870038878\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOAQUIM DA BARRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264662a67cbc36d25e3f\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOS\u00c9 DA BELA VISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.59205,\n                    \"lon\": -47.63878\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOS\u00c9 DA BELA VISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27310\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOS\u00c9 DO BARREIRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.643515,\n                    \"lon\": -44.578365\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOS\u00c9 DO BARREIRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27369\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOS\u00c9 DO RIO PARDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.59659134411,\n                    \"lon\": -46.8886621746\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOS\u00c9 DO RIO PARDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27379\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOS\u00c9 DO RIO PRETO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8121494,\n                    \"lon\": -49.3761945\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOS\u00c9 DO RIO PRETO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d273c3\",\n            \"address\": {\n                \"city\": \"S\u00c3O JOS\u00c9 DOS CAMPOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.228205,\n                    \"lon\": -45.9008\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JOS\u00c9 DOS CAMPOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f262562a67cbc36d225e2\",\n            \"address\": {\n                \"city\": \"S\u00c3O JO\u00c3O DA BOA VISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.96615,\n                    \"lon\": -46.7872\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JO\u00c3O DA BOA VISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d27160\",\n            \"address\": {\n                \"city\": \"S\u00c3O JO\u00c3O DAS DUAS PONTES\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.38732,\n                    \"lon\": -50.381775\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JO\u00c3O DAS DUAS PONTES, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d2716a\",\n            \"address\": {\n                \"city\": \"S\u00c3O JO\u00c3O DE IRACEMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.51428,\n                    \"lon\": -50.350805\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JO\u00c3O DE IRACEMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d271ec\",\n            \"address\": {\n                \"city\": \"S\u00c3O JO\u00c3O DO PAU D'ALHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.27217,\n                    \"lon\": -51.665845\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O JO\u00c3O DO PAU D'ALHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27403\",\n            \"address\": {\n                \"city\": \"S\u00c3O LOUREN\u00c7O DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.85498,\n                    \"lon\": -46.94071\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O LOUREN\u00c7O DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264162a67cbc36d24f2c\",\n            \"address\": {\n                \"city\": \"S\u00c3O LUIZ DO PARAITINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.22379,\n                    \"lon\": -45.314541581\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O LUIZ DO PARAITINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264162a67cbc36d24f48\",\n            \"address\": {\n                \"city\": \"S\u00c3O MANUEL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7301953,\n                    \"lon\": -48.5714595\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O MANUEL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261b62a67cbc36d215a0\",\n            \"address\": {\n                \"city\": \"S\u00c3O MIGUEL ARCANJO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.8821006,\n                    \"lon\": -47.9962293\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O MIGUEL ARCANJO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264162a67cbc36d24f89\",\n            \"address\": {\n                \"city\": \"S\u00c3O PAULO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.552088765,\n                    \"lon\": -46.6341653162\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O PAULO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d25335\",\n            \"address\": {\n                \"city\": \"S\u00c3O PEDRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.54999,\n                    \"lon\": -47.90462\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O PEDRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27487\",\n            \"address\": {\n                \"city\": \"S\u00c3O PEDRO DO TURVO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.7467345,\n                    \"lon\": -49.7373357\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O PEDRO DO TURVO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d274e6\",\n            \"address\": {\n                \"city\": \"S\u00c3O ROQUE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5297476345,\n                    \"lon\": -47.1341578101\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O ROQUE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27509\",\n            \"address\": {\n                \"city\": \"S\u00c3O SEBASTI\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.8011014,\n                    \"lon\": -45.4022285\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O SEBASTI\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27531\",\n            \"address\": {\n                \"city\": \"S\u00c3O SEBASTI\u00c3O DA GRAMA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.70932556888,\n                    \"lon\": -46.82243927286\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O SEBASTI\u00c3O DA GRAMA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d275be\",\n            \"address\": {\n                \"city\": \"S\u00c3O SIM\u00c3O\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4765464,\n                    \"lon\": -47.5576355\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O SIM\u00c3O, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265462a67cbc36d27609\",\n            \"address\": {\n                \"city\": \"S\u00c3O VICENTE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.96702,\n                    \"lon\": -46.38368\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"S\u00c3O VICENTE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d25f7e\",\n            \"address\": {\n                \"city\": \"TABAPU\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.966355784,\n                    \"lon\": -49.033247921\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TABAPU\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d25f92\",\n            \"address\": {\n                \"city\": \"TABATINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.7328237,\n                    \"lon\": -48.6872457\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TABATINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264a62a67cbc36d25fa3\",\n            \"address\": {\n                \"city\": \"TABO\u00c3O DA SERRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6155694414,\n                    \"lon\": -46.7872279269\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TABO\u00c3O DA SERRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d2065b\",\n            \"address\": {\n                \"city\": \"TACIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3891005,\n                    \"lon\": -51.2882134\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TACIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20670\",\n            \"address\": {\n                \"city\": \"TAGUA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4544398,\n                    \"lon\": -49.4022198\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAGUA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20681\",\n            \"address\": {\n                \"city\": \"TAIA\u00c7U\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.14785,\n                    \"lon\": -48.50987\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAIA\u00c7U, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d71a\",\n            \"address\": {\n                \"city\": \"TAI\u00daVA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.1231457,\n                    \"lon\": -48.4461982\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAI\u00daVA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d732\",\n            \"address\": {\n                \"city\": \"TAMBA\u00da\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.706950777,\n                    \"lon\": -47.281420971\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAMBA\u00da, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f262a67cbc36d1d748\",\n            \"address\": {\n                \"city\": \"TANABI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.6261521,\n                    \"lon\": -49.651918\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TANABI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27aca\",\n            \"address\": {\n                \"city\": \"TAPIRATIBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.4691443711,\n                    \"lon\": -46.7494238441\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAPIRATIBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27ac3\",\n            \"address\": {\n                \"city\": \"TAPIRA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.9639183934,\n                    \"lon\": -47.5049525312\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAPIRA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25f962a67cbc36d1e24a\",\n            \"address\": {\n                \"city\": \"TAQUARAL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.07261,\n                    \"lon\": -48.41435\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAQUARAL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fa62a67cbc36d1e262\",\n            \"address\": {\n                \"city\": \"TAQUARITINGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.404764,\n                    \"lon\": -48.5072836\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAQUARITINGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25fa62a67cbc36d1e272\",\n            \"address\": {\n                \"city\": \"TAQUARITUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.5241004,\n                    \"lon\": -49.2432255\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAQUARITUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1efd2\",\n            \"address\": {\n                \"city\": \"TAQUARIVA\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.926255,\n                    \"lon\": -48.70331\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAQUARIVA\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260462a67cbc36d1efdf\",\n            \"address\": {\n                \"city\": \"TARABAI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.3041016,\n                    \"lon\": -51.5622123\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TARABAI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d24fbb\",\n            \"address\": {\n                \"city\": \"TARUM\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.741925,\n                    \"lon\": -50.580225\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TARUM\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d24fd1\",\n            \"address\": {\n                \"city\": \"TATU\u00cd\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3465826541,\n                    \"lon\": -47.8456855933\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TATU\u00cd, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264262a67cbc36d24fe5\",\n            \"address\": {\n                \"city\": \"TAUBAT\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.02004,\n                    \"lon\": -45.549665\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TAUBAT\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f260562a67cbc36d1eff6\",\n            \"address\": {\n                \"city\": \"TEJUP\u00c1\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.3437199,\n                    \"lon\": -49.3774039\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TEJUP\u00c1, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27b10\",\n            \"address\": {\n                \"city\": \"TEODORO SAMPAIO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.53454,\n                    \"lon\": -52.16604\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TEODORO SAMPAIO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27b7c\",\n            \"address\": {\n                \"city\": \"TERRA ROXA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.793545,\n                    \"lon\": -48.318865\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TERRA ROXA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27bae\",\n            \"address\": {\n                \"city\": \"TIET\u00ca\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.0971007,\n                    \"lon\": -47.7142212\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TIET\u00ca, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27c6e\",\n            \"address\": {\n                \"city\": \"TIMBURI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2071016,\n                    \"lon\": -49.6052223\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TIMBURI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d27299\",\n            \"address\": {\n                \"city\": \"TORRE DE PEDRA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.247075,\n                    \"lon\": -48.191535\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TORRE DE PEDRA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d272a6\",\n            \"address\": {\n                \"city\": \"TORRINHA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4266,\n                    \"lon\": -48.17191\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TORRINHA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265362a67cbc36d272bb\",\n            \"address\": {\n                \"city\": \"TRABIJU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.03841,\n                    \"lon\": -48.33317\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TRABIJU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27d10\",\n            \"address\": {\n                \"city\": \"TREMEMB\u00c9\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.9614044,\n                    \"lon\": -45.5505475\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TREMEMB\u00c9, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27d52\",\n            \"address\": {\n                \"city\": \"TR\u00caS FRONTEIRAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.23659,\n                    \"lon\": -50.88955\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TR\u00caS FRONTEIRAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27e15\",\n            \"address\": {\n                \"city\": \"TUIUTI\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.81092,\n                    \"lon\": -46.69664\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TUIUTI, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d2475c\",\n            \"address\": {\n                \"city\": \"TUPI PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.3881418,\n                    \"lon\": -51.5732021\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TUPI PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d24736\",\n            \"address\": {\n                \"city\": \"TUP\u00c3\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.943725,\n                    \"lon\": -50.516555\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TUP\u00c3, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f263b62a67cbc36d2476f\",\n            \"address\": {\n                \"city\": \"TURI\u00daBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9507165,\n                    \"lon\": -50.1066844\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TURI\u00daBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27e65\",\n            \"address\": {\n                \"city\": \"TURMALINA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.0531587,\n                    \"lon\": -50.4751852\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"TURMALINA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d253d6\",\n            \"address\": {\n                \"city\": \"UBARANA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.168065,\n                    \"lon\": -49.72278\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UBARANA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d253f6\",\n            \"address\": {\n                \"city\": \"UBATUBA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.4341013,\n                    \"lon\": -45.0842246\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UBATUBA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d2540b\",\n            \"address\": {\n                \"city\": \"UBIRAJARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5271008,\n                    \"lon\": -49.6622151\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UBIRAJARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264362a67cbc36d2541a\",\n            \"address\": {\n                \"city\": \"UCHOA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.9621473,\n                    \"lon\": -49.1781966\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UCHOA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27c16\",\n            \"address\": {\n                \"city\": \"UNI\u00c3O PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.887755,\n                    \"lon\": -49.894375\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UNI\u00c3O PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27c46\",\n            \"address\": {\n                \"city\": \"URU\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.78608,\n                    \"lon\": -49.27901\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"URU, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264d62a67cbc36d26905\",\n            \"address\": {\n                \"city\": \"URUP\u00caS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2041444,\n                    \"lon\": -49.2931995\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"URUP\u00caS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d27c38\",\n            \"address\": {\n                \"city\": \"UR\u00c2NIA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.25009,\n                    \"lon\": -50.64507\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"UR\u00c2NIA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27efc\",\n            \"address\": {\n                \"city\": \"VALENTIM GENTIL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.41717,\n                    \"lon\": -50.075015\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VALENTIM GENTIL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27f07\",\n            \"address\": {\n                \"city\": \"VALINHOS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.9712,\n                    \"lon\": -46.99641\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VALINHOS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27f1d\",\n            \"address\": {\n                \"city\": \"VALPARA\u00cdSO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.2241442,\n                    \"lon\": -50.8651997\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VALPARA\u00cdSO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265762a67cbc36d27f39\",\n            \"address\": {\n                \"city\": \"VARGEM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.89294,\n                    \"lon\": -46.41808\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VARGEM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d27f9e\",\n            \"address\": {\n                \"city\": \"VARGEM GRANDE DO SUL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.8296277,\n                    \"lon\": -46.8946343\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VARGEM GRANDE DO SUL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d27fb1\",\n            \"address\": {\n                \"city\": \"VARGEM GRANDE PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.6057263926,\n                    \"lon\": -47.0169599346\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VARGEM GRANDE PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265662a67cbc36d279d3\",\n            \"address\": {\n                \"city\": \"VERA CRUZ\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.2262251,\n                    \"lon\": -49.821812\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VERA CRUZ, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d2812a\",\n            \"address\": {\n                \"city\": \"VINHEDO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.026102,\n                    \"lon\": -46.9812199\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VINHEDO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d28134\",\n            \"address\": {\n                \"city\": \"VIRADOURO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.8721487,\n                    \"lon\": -48.2971952\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VIRADOURO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d2817d\",\n            \"address\": {\n                \"city\": \"VISTA ALEGRE DO ALTO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.17416,\n                    \"lon\": -48.62881\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VISTA ALEGRE DO ALTO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20c24\",\n            \"address\": {\n                \"city\": \"VIT\u00d3RIA BRASIL\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.197265,\n                    \"lon\": -50.482895\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VIT\u00d3RIA BRASIL, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20c7a\",\n            \"address\": {\n                \"city\": \"VOTORANTIM\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.53542,\n                    \"lon\": -47.44617\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VOTORANTIM, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261862a67cbc36d20c86\",\n            \"address\": {\n                \"city\": \"VOTUPORANGA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.41819,\n                    \"lon\": -49.97624\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"VOTUPORANGA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f265862a67cbc36d28034\",\n            \"address\": {\n                \"city\": \"V\u00c1RZEA PAULISTA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -23.2111015,\n                    \"lon\": -46.8312224\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"V\u00c1RZEA PAULISTA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f261262a67cbc36d20834\",\n            \"address\": {\n                \"city\": \"ZACARIAS\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.05096,\n                    \"lon\": -50.05186\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"ZACARIAS, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cab8\",\n            \"address\": {\n                \"city\": \"\u00c1GUAS DA PRATA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -21.9441365,\n                    \"lon\": -46.7162074\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1GUAS DA PRATA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cac4\",\n            \"address\": {\n                \"city\": \"\u00c1GUAS DE LIND\u00d3IA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.4748836658,\n                    \"lon\": -46.6325975932\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1GUAS DE LIND\u00d3IA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cacb\",\n            \"address\": {\n                \"city\": \"\u00c1GUAS DE SANTA B\u00c1RBARA\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.8811009,\n                    \"lon\": -49.239219\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1GUAS DE SANTA B\u00c1RBARA, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1cad7\",\n            \"address\": {\n                \"city\": \"\u00c1GUAS DE S\u00c3O PEDRO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.5994093,\n                    \"lon\": -47.874725\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1GUAS DE S\u00c3O PEDRO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ce59\",\n            \"address\": {\n                \"city\": \"\u00c1LVARES FLORENCE\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -20.3190923,\n                    \"lon\": -49.9094759\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1LVARES FLORENCE, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ce5e\",\n            \"address\": {\n                \"city\": \"\u00c1LVARES MACHADO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.0781006,\n                    \"lon\": -51.4742093\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1LVARES MACHADO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f25ee62a67cbc36d1ce66\",\n            \"address\": {\n                \"city\": \"\u00c1LVARO DE CARVALHO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.076915,\n                    \"lon\": -49.71972\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00c1LVARO DE CARVALHO, SP, Brasil\"\n        },\n        {\n            \"id\": \"667f264562a67cbc36d25967\",\n            \"address\": {\n                \"city\": \"\u00d3LEO\",\n                \"state\": {\n                    \"name\": \"S\u00c3O PAULO\",\n                    \"code\": \"SP\"\n                },\n                \"mainLocation\": {\n                    \"lat\": -22.9412966,\n                    \"lon\": -49.3414315\n                }\n            },\n            \"type\": \"CITY\",\n            \"label\": \"\u00d3LEO, SP, Brasil\"\n        }\n    ],\n    \"found\": 645\n}<\/pre>\n\n\n\n<p>The following information will be returned:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>found<\/code>  &#8211; Number of cities returned;<\/li>\n\n\n\n<li><code>results<\/code>  &#8211; Array of objects with results found:\n<ul class=\"wp-block-list\">\n<li><code>id<\/code> \u2013 Unique address identifier;<\/li>\n\n\n\n<li><code>address<\/code> &#8211; Object with city information:\n<ul class=\"wp-block-list\">\n<li><code>city<\/code>  &#8211; Name of city;<\/li>\n\n\n\n<li><code>state<\/code>  &#8211; Object with state-related data:\n<ul class=\"wp-block-list\">\n<li><code>code<\/code> &#8211; State acronym;<\/li>\n\n\n\n<li><code>name<\/code>  &#8211; Name of state;<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>mainLocation<\/code>  &#8211; Object with geographical coordinates in latitude\/longitude:\n<ul class=\"wp-block-list\">\n<li><code>lat<\/code>  &#8211; Latitude in decimal degrees;<\/li>\n\n\n\n<li><code>lon<\/code>  &#8211; Longitude in decimal degrees;<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>type<\/code> &#8211; Indicates the best element found in the map base for returning the geographic coordinate. In this case it will always be returned as &#8220;CITY&#8221;;<\/li>\n\n\n\n<li><code>label<\/code>  &#8211; Complete address found used in the geocoding process. In this case, it will always be returned as &#8220;City, State, Country&#8221;.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Note: This feature is currently only available for cities in Brazil. With the Geocode API you can get a list of cities in the state you want. To do this, you need to make a GET request to the following endpoint: The term {{state}} must be replaced by the acronym (UF) of the desired state. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[168],"tags":[],"class_list":["post-2788","post","type-post","status-publish","format-standard","hentry","category-geocode-en"],"acf":[],"_links":{"self":[{"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/posts\/2788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/comments?post=2788"}],"version-history":[{"count":6,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/posts\/2788\/revisions"}],"predecessor-version":[{"id":3429,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/posts\/2788\/revisions\/3429"}],"wp:attachment":[{"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/media?parent=2788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/categories?post=2788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.maplink.global\/en\/wp-json\/wp\/v2\/tags?post=2788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}