# Generated by roxygen2: do not edit by hand

S3method(plot,osm_graph)
S3method(print,osm_graph)
S3method(summary,osm_graph)
export(example_osm_graph)
export(is_osm_graph)
export(new_osm_graph)
export(ox_add_edge_speeds)
export(ox_add_edge_travel_times)
export(ox_as_dodgr)
export(ox_as_sf)
export(ox_as_sfnetwork)
export(ox_as_tidygraph)
export(ox_basic_stats)
export(ox_bearings)
export(ox_centrality)
export(ox_circuity)
export(ox_clear_cache)
export(ox_consolidate_intersections)
export(ox_distance_matrix)
export(ox_distances)
export(ox_example)
export(ox_features_from_bbox)
export(ox_features_from_place)
export(ox_geocode)
export(ox_geocode_to_sf)
export(ox_graph_from_address)
export(ox_graph_from_bbox)
export(ox_graph_from_place)
export(ox_graph_from_point)
export(ox_isochrone)
export(ox_k_shortest_paths)
export(ox_load_graphml)
export(ox_nearest_edges)
export(ox_nearest_nodes)
export(ox_orientation_entropy)
export(ox_plot_figure_ground)
export(ox_plot_orientation)
export(ox_save_graphml)
export(ox_settings)
export(ox_shortest_path)
export(ox_simplify)
export(ox_to_geojson)
export(ox_to_maplibre)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,abort)
useDynLib(osmnxr, .registration = TRUE)
