Skip to content

Sample application demonstrating various options for geocoding and address validation in Oracle APEX. Includes two PL/SQL packages used to interact with the US Postal Services Web Tools API and ArcGIS Geocoding Service.

License

Notifications You must be signed in to change notification settings

hanielburton/apex-geocoding-and-address-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APEX Geocoding and Address Validation Demo

Sample application demonstrating 3 options for geocoding and address validation in Oracle APEX.

  • APEX Geocoded Address Item
  • ArcGIS Geocoding Service
  • US Postal Services Web Tools API

Requirements

  • APEX 21.2+
  • Oracle DB 12c+ (The USPS_UTIL package does work on 11g)
  • Network ACL allowing access to secure.shippingapis.com and geocode.arcgis.com
  • Oracle Wallet containing root certificates for secure.shippingapis.com and geocode.arcgis.com
  • Registration required to use the USPS Web Tools API. Register here: https://www.usps.com/business/web-tools-apis/

Includes two PL/SQL packages used to interact with the US Postal Services Web Tools API and ArcGIS Geocoding Service.

APEX Geocoded Address Item

Introduced in APEX 21.2, the Geocoded Address Item lets you geocode and validate addresses or places without writing any code.

ArcGIS Geocoding Service

API Docs: https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm

United States Postal Services Web Tools API

API Docs: https://www.usps.com/business/web-tools-apis/documentation-updates.htm

About

Sample application demonstrating various options for geocoding and address validation in Oracle APEX. Includes two PL/SQL packages used to interact with the US Postal Services Web Tools API and ArcGIS Geocoding Service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages