Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 1.43 KB

03.md

File metadata and controls

31 lines (13 loc) · 1.43 KB

Overview
Overview
Prerequisites
Prerequisites
Discovery
Discovery
Configuration
Configuration
Development
Development

Discovery

Navigate to http://api.sap.com and login with SAP account. In the search field, type "HERE" and select HERE Location Suite API Package in result list:

sap api here location suite

All the location services available from HERE for SAPUI5 development are shown. Type "Geocode" in the search bar and choose HERE Geocoder API-Forward:

sap here location suite apis

On the left side of the screen, select Gecode, press the GET button, and then select Code Snippet link:

sap here location map image api

In the popup box, select SAPUI5 and take note of the API endpoint:

sap here location mapview snippet

The part of the url desired is "http://geocoder.api.here.com" which will be used in the following section. In the meantime, feel free to experiment with the all of the APIs HERE has to offer. If you want to try them out, be sure to provide the APP ID and APP CODE values from your HERE developer account.