cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

Is it possible to show HERE Maps in the Mobile development kit, as an extension? In this tutorial, they have used Google Maps.

https://developers.sap.com/tutorials/cp-mobile-dev-kit-map-extension.html

0 Likes
View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert

The tutorial for adding the map uses the native map classes in the SDKs (Google maps for Android and Apple Maps for iOS). It is not a web view where there is simply a URL to render the map.

Assuming the HERE maps has an appropriate SDK for Android or iOS then you should be able to create an extension control to call the HERE APIs to render their map in your application. A quick search of the HERE website seems to indicate an SDK is available but you would need to dig into it to determine if it has the functionatliy you requre.