Places Map (QML)

The Places Map example demonstrates how to search for and display a list of places on a map using a MapItemView .

../_images/places_map.png

The example displays a map of the current location or, if no position is available, it uses Brisbane/Australia. Subsequently a search for places matching the term “pizza” is performed and each result shown on the map.

Running the Example

To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.