資源簡介
Qt4.8.6加載百度離線地圖,實現了街道圖和衛星圖的切換,實現了地圖中標簽的移動,實現了獲取地圖坐標并在Qt界面顯示。絕對原創,保證可用
代碼片段和文件信息
#include?“widget.h“
#include?
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????QTextCodec::setCodecForTr(QTextCodec::codecForName(“UTF-8“));
????QTextCodec::setCodecForCStrings(QTextCodec::codecForName(“UTF-8“));
????QTextCodec::setCodecForLocale(QTextCodec::codecForName(“UTF-8“));
????Widget?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????8385??2012-07-12?13:49??TestMap\debug\bmap.css
?????文件?????????49??2012-07-12?11:27??TestMap\debug\images\blank.gif
?????文件???????1259??2013-10-25?11:25??TestMap\debug\images\cabin.png
?????文件????????326??2012-07-12?13:13??TestMap\debug\images\closedhand.cur
?????文件???????2586??2012-07-12?11:28??TestMap\debug\images\copyright_logo.png
?????文件???????7719??2013-10-25?15:16??TestMap\debug\images\iw3.png
?????文件???????8799??2013-10-25?15:16??TestMap\debug\images\iws3.png
?????文件???????4408??2013-10-25?15:16??TestMap\debug\images\iw_bg.png
?????文件?????????73??2013-10-25?15:14??TestMap\debug\images\iw_close1d3.gif
?????文件?????????59??2013-10-25?15:14??TestMap\debug\images\iw_plus1d3.gif
?????文件???????3112??2013-10-25?00:49??TestMap\debug\images\mapctrls.png
?????文件????????899??2012-07-12?13:38??TestMap\debug\images\mapctrls1d3.gif
?????文件??????11596??2012-07-12?13:38??TestMap\debug\images\mapctrls2d0.png
?????文件???????1797??2013-10-24?23:46??TestMap\debug\images\marker_red_sprite.png
?????文件????????326??2012-07-12?11:17??TestMap\debug\images\openhand.cur
?????文件???????3507??2015-01-29?06:06??TestMap\debug\images\Point.png
?????文件????????382??2013-10-25?15:17??TestMap\debug\images\st-close.png
?????文件?????165573??2015-07-30?12:34??TestMap\debug\js\apiv1.3.min.js
?????文件?????124792??2013-11-06?21:33??TestMap\debug\js\modules
?????文件?????226149??2016-03-30?14:29??TestMap\debug\main.o
?????文件???????2314??2016-03-30?13:33??TestMap\debug\map.html
?????文件??????21286??2015-01-16?11:13??TestMap\debug\maptile\10\197\73.jpg
?????文件??????18067??2015-01-16?11:13??TestMap\debug\maptile\10\197\74.jpg
?????文件??????22283??2015-01-16?11:13??TestMap\debug\maptile\10\198\73.jpg
?????文件??????22632??2015-01-16?11:13??TestMap\debug\maptile\11\395\146.jpg
?????文件??????22984??2015-01-16?11:13??TestMap\debug\maptile\11\395\147.jpg
?????文件??????21804??2015-01-16?11:13??TestMap\debug\maptile\11\395\148.jpg
?????文件??????23195??2015-01-16?11:55??TestMap\debug\maptile\11\396\146.jpg
?????文件??????23637??2015-01-16?11:15??TestMap\debug\maptile\11\396\147.jpg
?????文件??????24538??2015-01-16?11:13??TestMap\debug\maptile\12\790\295.jpg
............此處省略2051個文件信息
- 上一篇:飛秒激光技術
- 下一篇:Qt基于RTP打包H.264
評論
共有 條評論