Filter by Continent

To filter by continent, simply add -continentName-continentName to your connection string.

// Some code[
    {
        "placeId": "ChIJ1fWMlApsoBARs_CQnslwghA",
        "name": "Africa",
        "format": "AFRICA"
    },
    {
        "placeId": "ChIJV-jLJIrxYzYRWfSg0_xrQak",
        "name": "Asia",
        "format": "ASIA"
    },
    {
        "placeId": "ChIJhdqtz4aI7UYRefD8s-aZ73I",
        "name": "Europe",
        "format": "EUROPE"
    },
    {
        "placeId": "ChIJnXKOaXELs1IRgqNhl4MoExM",
        "name": "North America",
        "format": "NORTH_AMERICA"
    },
    {
        "placeId": "ChIJQbA4_Cu8QW4RbuvrxISzaks",
        "name": "Oceania",
        "format": "OCEANIA"
    },
    {
        "placeId": "ChIJtTRdNRw0CZQRK-PGyc8M1Gk",
        "name": "South America",
        "format": "SOUTH_AMERICA"
    }
]

Last updated