AbapGit
A source-verified project description is not available yet. Open the detail page or wait for a manual refresh.
Source facts need a manual refresh
An Open Location Code library for ABAP
An Open Location Code library for ABAP
An Open Location Code implementation for ABAP
Open Location Code is an open source location encoding system, encoding latitude and longitude into a memorable codes. Also known as Plus Codes, the Open Location Code is useful for locations where no street addresses exist.
For more information, refer to Plus Codes
Open Location Code for ABAP implements the Open Location Code specification. See Open Location Code Specification The implementation has been influenced by the Rust implementation and the JavaScript implementations found at Open Location Code on GitHub
The following mandatory methods are provided:
The following non-mandatory methods are also provided:
The functionality of Open Location Code for ABAP has been verified by using the test data provided at GitHub Open Location Code All test cases have been implemented as ABAP Unit Tests and pass.
See https://github.com/google/open-location-code/ for more documentation and sample implementations.
The repository can be cloned to an SAP ABAP system using abapGit
If you do not have an SAP ABAP system with abapGit installed, you can install manually by creating the following repository objects in your SAP system and uploading the source files:
zif_open_location_code_point.intf.abapzcl_open_location_code_area.class.abapzcl_open_location_code.class.abapContributions are warmly welcomed.
This code is licensed under the MIT License.