Geocode an Address, Street or Suburb
GPSDemonstrates the use of the Addressfinder's address and location autocomplete services on the one field and returns the selected address/location with the associated GPS coordinates.
See the Pen Geocode an Address, Street or Suburb by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
Capturing PAF metadata such as the DPID and GPS coordinates - The widget shows some of the extra data Address Finder can give you about an Address. This example shows how to get the GPS coordinates and Delivery Point ID for an Address from the Australia Post PAF dataset.#Australia Post #DPID #GPS #Metadata #PAF
-
Collect the G-NAF ID and GPS coordinates for an address - The example demonstrates how to collect both the G-NAF ID and GPS coordinated, and then save into form fields.#GNAF #GPS #Metadata #Split Fields
-
Geofence example with custom polygons - The example shows how you can use polygons to determine whether an address is in a particular area. In this example we use Australia's Mainland and Tasmania as the two "areas".#GPS #Geofence #Restrict
-
Open Street Maps Address Geocoding with SA1 - The example shows how you can capture Addressfinder data and populate it on Open Street Maps while also obtaining SA1 metadata. It functions for both AU and NZ.#GPS #Maps #Multiple Countries #Multiple Widgets #Open Street Map
-
Restriction by Geofence - The code produces a pop-up which notifies the user whether or not they are in the designated location. The location boundary is defined using a polygon.#GPS #Geofence #Logic #Metadata