GithubHelp home page GithubHelp logo

addressfinder's Introduction

AddressFinder

A PHP wrapper for AddressFinder API

Initialization & Usage

$finder = new AddressFinder(KEY, SECRET, FORMAT);
$response = $finder->endpoint(URI, OPTIONS);

// Example: Call Address Autocomplete endpoint
$response = $finder->endpoint('/address/autocomplete', [
    'q' => '35 Hobson Street',
]);

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.

addressfinder's People

Contributors

saintsweeto avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.