This function returns all of the overturemaps theme types.
Note
The theme types are important for fetching data from the S3 bucket, as they indicate if you are fetching places, buildings, admin, etc.
Examples
# Example usage
types <- get_all_overture_types()
print(types)
#> [1] "locality" "locality_area"
#> [3] "administrative_boundary" "building"
#> [5] "building_part" "division"
#> [7] "division_area" "place"
#> [9] "segment" "connector"
#> [11] "infrastructure" "land"
#> [13] "land_cover" "land_use"
#> [15] "water"