点击或拖拽改变大小

MapViewTag 类

地图标签
继承层次

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public class MapViewTag : MapViewPoint

MapViewTag 类型公开以下成员。

构造函数
  名称说明
公共方法MapViewTag(Double, Double)
构造方法
公共方法MapViewTag(Double, Double, String)
构造方法
公共方法MapViewTag(Double, Double, String, String)
初始化 MapViewTag 类的一个新实例
Top
属性
  名称说明
公共属性Description
获取坐标描述
(继承自 MapViewPoint。)
公共属性ID
获取内部编号
公共属性ImageUrl
获取坐标点图标样式,如果给空,则显示默认样式
(继承自 MapViewPoint。)
公共属性Latitude
获取纬度
(继承自 MapViewPoint。)
公共属性Longitude
获取经度
(继承自 MapViewPoint。)
公共属性Tag
获取和设置Tag
(继承自 MobileViewCollectionItem。)
Top
参见