R package for downloading OpenStreetMap data
1// Generated by using Rcpp::compileAttributes() -> do not edit by hand
2// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3
4#include <Rcpp.h>
5
6using namespace Rcpp;
7
8#ifdef RCPP_USE_GLOBAL_ROSTREAM
9Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
10Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
11#endif
12
13// rcpp_osmdata_df
14Rcpp::List rcpp_osmdata_df(const std::string& st);
15RcppExport SEXP _osmdata_rcpp_osmdata_df(SEXP stSEXP) {
16BEGIN_RCPP
17 Rcpp::RObject rcpp_result_gen;
18 Rcpp::RNGScope rcpp_rngScope_gen;
19 Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP);
20 rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_df(st));
21 return rcpp_result_gen;
22END_RCPP
23}
24// rcpp_osmdata_sc
25Rcpp::List rcpp_osmdata_sc(const std::string& st);
26RcppExport SEXP _osmdata_rcpp_osmdata_sc(SEXP stSEXP) {
27BEGIN_RCPP
28 Rcpp::RObject rcpp_result_gen;
29 Rcpp::RNGScope rcpp_rngScope_gen;
30 Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP);
31 rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sc(st));
32 return rcpp_result_gen;
33END_RCPP
34}
35// rcpp_osmdata_sf
36Rcpp::List rcpp_osmdata_sf(const std::string& st);
37RcppExport SEXP _osmdata_rcpp_osmdata_sf(SEXP stSEXP) {
38BEGIN_RCPP
39 Rcpp::RObject rcpp_result_gen;
40 Rcpp::RNGScope rcpp_rngScope_gen;
41 Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP);
42 rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sf(st));
43 return rcpp_result_gen;
44END_RCPP
45}
46// rcpp_osmdata_sp
47Rcpp::List rcpp_osmdata_sp(const std::string& st);
48RcppExport SEXP _osmdata_rcpp_osmdata_sp(SEXP stSEXP) {
49BEGIN_RCPP
50 Rcpp::RObject rcpp_result_gen;
51 Rcpp::RNGScope rcpp_rngScope_gen;
52 Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP);
53 rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sp(st));
54 return rcpp_result_gen;
55END_RCPP
56}