Download the PHP package saintsweeto/addressfinder without Composer
On this page you can find all versions of the php package saintsweeto/addressfinder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download saintsweeto/addressfinder
More information about saintsweeto/addressfinder
Files in saintsweeto/addressfinder
Package addressfinder
Short Description A PHP wrapper for NZ AddressFinder API
License MIT
Informations about the package addressfinder
AddressFinder
A PHP wrapper for AddressFinder API
Initialization & Usage
API specifications for New Zealand addresses:
Address Autocomplete API
/address/autocomplete
Interactive search that returns closely matching addresses which are then selected by the user.
Address Metadata API
/address/metadata
Return the full metadata associated with an address selected from the Address Autocomplete API.
Address Verification API
/address/verification
Takes an address (potentially containing spelling mistakes and/or other errors) and attempts to match it against a verified address record in the AddressFinder database.
Address Reverse Geocode API
/address/reverse_geocode
Takes the GPS coordinates (longitude and latitude) and returns the nearest addresses ordered by distance.
Address Bounding Box API
/address/bounding_box
Returns all address contained within the supplied bounding box or polygon.
Location Autocomplete API
/location/autocomplete
Interactive search that returns closely matching streets, suburbs, cities and/or regions which are then selected by the user.
Location Metadata API
/location/metadata
Return the full metadata associated with a location (street, suburb, city or region selected from the Location Autocomplete API.
Points of Interest Autocomplete API
/points_of_interest/autocomplete
Interactive search that returns closely matching points of interest, and their associated addresses.
Points of Interest Metadata API
/points_of_interest/metadata
Return the full metadata associated with a point of interest selected from the Points of Interest Autocomplete API.