MapViewNaviPoint 构造函数 (Double, Double, String, String) |
构造方法
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public MapViewNaviPoint(
double longitude,
double latitude,
string description,
string poiid
)
Public Sub New (
longitude As Double,
latitude As Double,
description As String,
poiid As String
)
参数
- longitude
- 类型:SystemDouble
经度 - latitude
- 类型:SystemDouble
纬度 - description
- 类型:SystemString
坐标描述 - poiid
- 类型:SystemString
高德POIId
参见