QtQuick Maps Examples
symbianyucca
(Talk | contribs) (Symbianyucca -) |
(Liuxg -) |
||
| Line 1: | Line 1: | ||
[[Category:Qt Quick]][[Category:Location]][[Category:Code Examples]] | [[Category:Qt Quick]][[Category:Location]][[Category:Code Examples]] | ||
| − | + | These examples are built Qt SDK released on March 1st 2011, i.e. they are tested with Qt Mobility 1.1.1 and Qt 4.7.2, as well as examples tested only with the SDK's simulator and N8 device. The work is under more enhancement for the given examples. Some examples may not work due to the bugs. You may look into the bug report for the available fix. | |
| − | These examples are built Qt SDK released on March 1st 2011, i.e. they are | + | |
Similar examples for Windown phone using Bing maps can be found from [[Maps Examples for Windows phone]] wiki article | Similar examples for Windown phone using Bing maps can be found from [[Maps Examples for Windows phone]] wiki article | ||
| Line 9: | Line 8: | ||
This is a simple map without any additional code. It simply showing a map without interaction possibilities. | This is a simple map without any additional code. It simply showing a map without interaction possibilities. | ||
| − | The example is available at | + | The example is available at [[Media:QML_helloMap.zip | QML_helloMap.zip]] |
= Simple map = | = Simple map = | ||
| Line 21: | Line 20: | ||
This is a simple map example added with kinetic panning. The kinetic panning is implemented with C++ Qt code. | This is a simple map example added with kinetic panning. The kinetic panning is implemented with C++ Qt code. | ||
| − | The example is available at | + | The example is available at [[Media:QML_SimpleMap2.zip | QML_SimpleMap2.zip]] |
= MapInteraction = | = MapInteraction = | ||
| Line 33: | Line 32: | ||
This example shows adding & removing markers, polyline & polygon. Toggling visibility, using z-ordering and zooming to map objects | This example shows adding & removing markers, polyline & polygon. Toggling visibility, using z-ordering and zooming to map objects | ||
| − | The example is available at | + | The example is available at [[Media:QML_SimpleMapContent.zip | QML_SimpleMapContent.zip]] |
= MoreMapContent = | = MoreMapContent = | ||
| Line 39: | Line 38: | ||
This example shows how to handle circle, rectangle & text map objects with the map. | This example shows how to handle circle, rectangle & text map objects with the map. | ||
| − | The example is available at | + | The example is available at [[Media:QML_MoreMapContent.zip | QML_MoreMapContent.zip]] |
Revision as of 12:25, 19 September 2011
These examples are built Qt SDK released on March 1st 2011, i.e. they are tested with Qt Mobility 1.1.1 and Qt 4.7.2, as well as examples tested only with the SDK's simulator and N8 device. The work is under more enhancement for the given examples. Some examples may not work due to the bugs. You may look into the bug report for the available fix.
Similar examples for Windown phone using Bing maps can be found from Maps Examples for Windows phone wiki article
Contents |
HelloMap
This is a simple map without any additional code. It simply showing a map without interaction possibilities.
The example is available at QML_helloMap.zip
Simple map
Hello world map example which has simple panning included in it.
The example available at QML SimpleMap.zip
Simple map 2
This is a simple map example added with kinetic panning. The kinetic panning is implemented with C++ Qt code.
The example is available at QML_SimpleMap2.zip
MapInteraction
This example shows how to zoom the map, changing map type, moving to coordinates and getting current coordinate from the map.
The example is available at QML_MapInteraction.zip
SimpleMapContent
This example shows adding & removing markers, polyline & polygon. Toggling visibility, using z-ordering and zooming to map objects
The example is available at QML_SimpleMapContent.zip
MoreMapContent
This example shows how to handle circle, rectangle & text map objects with the map.
The example is available at QML_MoreMapContent.zip

