Hi,
Qt5.2 itself provided the "QtLocation" as you see.
But, unfortunately, QtLocation is not allowed to use for 3rd party apps
officially, right now.
Please see "Sailfish FAQ"
https://harbour.jolla.com/faq#QML_API
And the list of modules which can be used by 3rd party apps.
https://github.com/sai
Hi,
Is your first question "How you should do to display the data which are get
from the XML" ?
I think you should add "delegate" property and some codes to do it.
import QtQuick 2.0
import Sailfish.Silica 1.0
import QtQuick.XmlListModel 2.0
Page{
id: root
XmlListModel{
i