MapViewPoint 构造函数 (Double, Double, String, String) |
构造方法
命名空间:
Swebui.Controls
程序集:
Swebui.Controls (在 Swebui.Controls.dll 中) 版本:1.0.0
语法public MapViewPoint(
double longitude,
double latitude,
string description,
string imageurl
)
Public Sub New (
longitude As Double,
latitude As Double,
description As String,
imageurl As String
)
参数
- longitude
- 类型:SystemDouble
经度 - latitude
- 类型:SystemDouble
纬度 - description
- 类型:SystemString
坐标描述 - imageurl
- 类型:SystemString
坐标点图标样式
参见