NOTE:Mapzen has shutdown. However, the rmapzen package can be used withother PELIASproviders. The specific hosting service can be set up withmz_set_host. For known providers,rmapzenincludes pre-configured API set up functions:
mz_set_search_host_geocode.earth to set upgeocode.earth as a search (includesgeocoding, autocomplete, etc) providermz_set_search_host_nyc_geosearch() to set upGeoSearch from NYC PlanningLabs (currently in beta) as a search provider.mz_set_tile_host_nextzen to set upNextzen as a vector tileproviderIf you know of an API that uses PELIAS that is not included here,let meknow.
rmapzen is a client for the Mapzen API. For anintroduction, detailed examples, and installation instructions, see:https://tarakc02.github.io/rmapzen/. The package isavailableonCRAN, to install:
install.packages("rmapzen")For more information about the Mapzen API, seehttps://www.mapzen.com/documentation/.