Update API.md
This commit is contained in:
parent
2cde9f0d47
commit
78ce076c81
21
doc/API.md
21
doc/API.md
@ -87,13 +87,6 @@ possible side-effects
|
|||||||
SELECT geocode_postalcode_polygons('11211', 'USA')
|
SELECT geocode_postalcode_polygons('11211', 'USA')
|
||||||
`````
|
`````
|
||||||
|
|
||||||
* `geocode_postalcode_polygons(code text)` **PROBABLY WE DON'T WANT TO PUBLISH THIS ONE**
|
|
||||||
* **Return type:** `polygon`
|
|
||||||
* **Usage example:**
|
|
||||||
`````
|
|
||||||
SELECT geocode_postalcode_polygons('11211')
|
|
||||||
`````
|
|
||||||
|
|
||||||
* `geocode_postalcode_points(code text, country text)`
|
* `geocode_postalcode_points(code text, country text)`
|
||||||
* **Return type:** `point`
|
* **Return type:** `point`
|
||||||
* **Usage example:**
|
* **Usage example:**
|
||||||
@ -101,20 +94,6 @@ possible side-effects
|
|||||||
SELECT geocode_postalcode_points('11211', 'USA')
|
SELECT geocode_postalcode_points('11211', 'USA')
|
||||||
`````
|
`````
|
||||||
|
|
||||||
* `geocode_postalcode_points(code integer, country text)`
|
|
||||||
* **Return type:** `point`
|
|
||||||
* **Usage example:**
|
|
||||||
`````
|
|
||||||
SELECT geocode_postalcode_points(11211, 'USA')
|
|
||||||
`````
|
|
||||||
|
|
||||||
* `geocode_postalcode_points(code text)`
|
|
||||||
* **Return type:** `point`
|
|
||||||
* **Usage example:**
|
|
||||||
`````
|
|
||||||
SELECT geocode_postalcode_points('11211')
|
|
||||||
`````
|
|
||||||
|
|
||||||
|
|
||||||
### IP addresses Geocoder
|
### IP addresses Geocoder
|
||||||
* Functions:
|
* Functions:
|
||||||
|
Loading…
Reference in New Issue
Block a user