get_all_overture_types {overturemapsr}R Documentation

get_all_overture_types

Description

This function returns all of the overturemaps theme types.

Usage

get_all_overture_types()

Value

Character vector. All 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)


[Package overturemapsr version 0.0.4 Index]