点击或拖拽改变大小

GPSStartLocationUpdate 方法

开启位置更新

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public static void StartLocationUpdate(
	string sessionId,
	GpsLocationUpdateOptions options,
	GpsCallBackHandler handler
)

参数

sessionId
类型:SystemString
会话编号
options
类型:Smobiler.Core.ControlsGpsLocationUpdateOptions
位置更新选项
handler
类型:Smobiler.Core.ControlsGpsCallBackHandler
位置更新回调
参见