-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.58 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,mapzen_geo_list)
S3method(as.data.frame,mapzen_isochrone_list)
S3method(as.mz_location,default)
S3method(as.mz_location,mz_geocode_result)
S3method(as.mz_tile_coordinates,mz_bbox)
S3method(as.mz_tile_coordinates,mz_geocode_result)
S3method(as.mz_tile_coordinates,mz_location)
S3method(as.mz_tile_coordinates,mz_tile_coordinates)
S3method(as_sf,geo_list)
S3method(as_sf,mapzen_vector_layer)
S3method(mz_bbox,default)
S3method(mz_bbox,mapzen_geo_list)
S3method(mz_bbox,mapzen_isochrone_list)
S3method(mz_bbox,mapzen_vector_layer)
S3method(mz_bbox,mapzen_vector_tiles)
S3method(mz_coordinates,mapzen_geo_list)
S3method(mz_place,character)
S3method(mz_place,mapzen_geo_list)
S3method(print,mapzen_geo_list)
S3method(print,mapzen_isochrone_list)
S3method(print,mapzen_vector_layer)
S3method(print,mapzen_vector_tiles)
S3method(print,mz_usage_statistics)
export(as.mz_location)
export(as.mz_tile_coordinates)
export(as_sf)
export(mz_autocomplete)
export(mz_bbox)
export(mz_check_usage)
export(mz_contours)
export(mz_coordinates)
export(mz_costing)
export(mz_costing_options)
export(mz_countries)
export(mz_geocode)
export(mz_geocode_structured)
export(mz_isochrone)
export(mz_layers)
export(mz_location)
export(mz_place)
export(mz_provider)
export(mz_rect)
export(mz_reverse_geocode)
export(mz_search)
export(mz_set_host)
export(mz_set_search_host_geocode.earth)
export(mz_set_search_host_nyc_geosearch)
export(mz_set_tile_host_nextzen)
export(mz_sources)
export(mz_structured_search)
export(mz_tile_coordinates)
export(mz_vector_tiles)
import(assertthat)