Hello,
I am developing small aplication in Qt Quick (QML) which is using restfulMaps API
I am retrieveing map image with code below:
and it is working well enough.Code:Image{ anchors.fill: parent source: "http://m.nok.it/?app_id=xxxxxxxxxxxxxxx&token=yyyyyyyyyyyyyyyy&c=30.378,13.520&nord" }
My problem is that my client is giving me POI link in format:
my question is:Code:"http://nok.it/V8qhD"
What is this format?
how to add app_id and token to such format in easiest way.



