Experience with integrating HERE-routing service into LC-App
Posted: Tue Jun 06, 2017 7:58 am
Hi altogether,
is anybody out there who has successfully integrated HERE-routing-services (https://here.com/en) into a livecode App ?
If so, I would be very thankful for getting some hints/examples.
As the minimum basis, I have been sucessful in showing a place on a card in a browser widget by using the command:
But I found no way to use complexer functions like routing etc as I am not very familiar with these http-post-get-functions
Any help is appreciated
Best regards
Ulrich
is anybody out there who has successfully integrated HERE-routing-services (https://here.com/en) into a livecode App ?
If so, I would be very thankful for getting some hints/examples.
As the minimum basis, I have been sucessful in showing a place on a card in a browser widget by using the command:
Code: Select all
set the url of widget "Browser" to "https://image.maps.cit.api.here.com/mia/1.6/mapview?co=germany&z=16&i=1&app_id=myAppID&app_code=myAppCode&ci=Ettlingen&s=Kirchenplatz&n=5&w=300"
Any help is appreciated
Best regards
Ulrich