码迷,mamicode.com
首页 > 其他好文 > 详细

DevExpress 地图的控件使用方法

时间:2017-10-07 14:43:47      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:api   custom   ati   添加   如图所示   git   data   control   client   

1、放置1个dxmapcontrol1在窗体上,设置align:=alclient
2、右键dxmapcontrol1控件,添加dxMapControl1ImageTileLayer1,设置Provider:=OpenStreetMapImageryDataProvider
3、右键dxmapcontrol1控件,添加dxMapControl1ItemLayer1,设置MapItems,添加2个 Custom Element
对象,并分别设置
dxMapControl1ItemLayer1CustomElement1.Text:=‘DevExpress Office‘
dxMapControl1ItemLayer1CustomElement1.Location.Latitude:=34.1532
dxMapControl1ItemLayer1CustomElement1.Location.Longitude:=-118.2555

dxMapControl1ItemLayer1CustomElement2.Text:=‘Training Event‘
dxMapControl1ItemLayer1CustomElement2.Location.Latitude:=50.3305
dxMapControl1ItemLayer1CustomElement2.Location.Longitude:=7.7300

4、右键dxMapControl1ItemLayer1,设置MapItems,添加1个 dxMapControl1ItemLayer1Polyline1对象,在GeoPoints属性中添加两个对象:
dxMapControlGeoPointCollection[0].Latitude:=34.1532
dxMapControlGeoPointCollection[0].Longitude:=-118.2555

dxMapControlGeoPointCollection[1].Latitude:=50.3305
dxMapControlGeoPointCollection[1].Longitude:=7.7300

5、设置属性如图所示:

技术分享
6、程序运行界面如图所示:

技术分享

DevExpress 地图的控件使用方法

标签:api   custom   ati   添加   如图所示   git   data   control   client   

原文地址:http://www.cnblogs.com/windel/p/7634299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!