Migrating from Google Maps API to Here Maps using find location flow

#1

Hello guys, i’m trying to migrate my code on find location flow from google maps API to Here maps API (google seems to have started charging) but i cant seem to get it straight. Anyone to kindly assist? Here is my code

Code
resolve({

// Insert your API key below

https://places.cit.api.here.com/places/v1/discover/search
?app_id={VtZ5nnlkzslUlyblI7If}
&app_code={11ghstXtBfphNnYGhCdRHQ}
&at=-1.231934,36.815853
&q=Bank

});

(Daniel Beckett) #2

@Omoshx78

Are you getting any specific error messages returned in your interaction logs?

You might also not need the brackets around app_id & app_code. Have you tried:

https://places.cit.api.here.com/places/v1/discover/search
?app_id=VtZ5nnlkzslUlyblI7If
&app_code=11ghstXtBfphNnYGhCdRHQ
&at=-1.231934,36.815853
&q=Bank