
< img alt="введите здесь описание изображения" src="https://i.sstatic.net/AJZMouy8.png" />
Мой QML-код
Код: Выделить всё
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Window 2.15
// Here Maps import
import QtLocation 5.15
import QtPositioning 5.15
Window {
visible: true
width: 640
height: 480
title: qsTr("Here Maps Example")
Plugin {
id: hereMaps
name: "here"
// Your HERE API key
PluginParameter {
name: "here.app_id"
value: "e--------------tU"
}
PluginParameter {
name: "here.token"
value: "KS---------------0w"
}
}
Map {
anchors.fill: parent
plugin: hereMaps
center: QtPositioning.coordinate(38.4501, 27.1777)
zoomLevel: 14
}
}
Код: Выделить всё
QML debugging is enabled. Only use this in a safe environment.
No proxy parameter specified.
Failed to read here/nokia map version.
QGeoTileRequestManager: Failed to fetch tile (9430,6293,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9430,6292,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9429,6292,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9427,6293,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9429,6293,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9428,6292,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9429,6294,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9427,6294,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9430,6294,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9428,6293,14) 5 times, giving up. Last error message was: 'Host requires authentication'
QGeoTileRequestManager: Failed to fetch tile (9427,6292,14) 5 times, giving up. Last error message was: 'Host requires authentication'
Подробнее здесь: https://stackoverflow.com/questions/787 ... questmanag