-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRelease_Notes_V_Jan_2023
More file actions
22 lines (16 loc) · 1.06 KB
/
Release_Notes_V_Jan_2023
File metadata and controls
22 lines (16 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Release Notes – Geocoder.ca V_Jan_2023
* Gist: More data, faster performance and stability.
# geocoder.ca API (development version)
* The autocomplete API will also return "PO Box" matches depending on the input.
* You can geocode points on interest as well as street addresses.
* You may use both 'geonumber` as well as `latitude`,`longitude` arguments for reverse geocoding.
## Internals
* Geocoder.ca now uses a customized implementation of the Hilbert Curve for geo indexing resulting in a 50% gain in performance.
* The latest version of street address data from statistics Canada road network file has been cleaned up and imported into the search index.
* The latest versions of the civic address databases from Canadian municipalities participating in the open data innitiative at open.canada.ca/en/open-data
## New Features
* Optionally you may request the nearest points of interest to be returned with your reverse geocoding search. More on the Places Search API
## Breaking changes
* none
## Minor changes
* proper case formatting of city names and address names.