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