GPS 类 |
命名空间: Smobiler.Core.Controls
GPS 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | AmapKey |
获取和设置高德开放平台Key
|
![]() | Form |
获取组件所属窗体
(继承自 MobileComponent。) |
![]() | GPSSource |
获取和设置GPS来源
|
![]() | Name |
获取或设置控件的名称。
(继承自 MobileComponent。) |
![]() | Parent |
获取控件的父控件MobileParentControl。
(继承自 MobileComponent。) |
![]() | RequestLocation |
获取和设置一个值,该值指示是否请求地理位置信息。
|
![]() | TimeOut |
获取或设置客户端获取GPS的超时时间[毫秒]
|
名称 | 说明 | |
---|---|---|
![]() | GetGps(Object) |
获取GPS位置
|
![]() | GetGps(GpsCallBackHandler, Object) |
使用回调获取GPS位置
|
![]() | GetGpsAsyn(Object) |
同步获取GPS位置
|
![]() | GetGpsAsyn(GpsCallBackHandler, Object) |
同步使用回调获取GPS位置,同步获取会在客户端出现等待界面,直到委托实例或匿名方法处理完成,才允许客户端操作
|
![]() ![]() | PlaceSearch(String, String, String, AmapPlaceSearchResultHandler, Int32) |
地点搜索
|
![]() ![]() | PlaceSearch(String, String, String, PointF, AmapPlaceSearchResultHandler, Int32) |
地点搜索
|
![]() ![]() | StartLocationUpdate |
开启位置更新
|
![]() ![]() | StopLocationUpdate |
关闭位置更新
|
名称 | 说明 | |
---|---|---|
![]() | GotLocation |
在客户端返回坐标位置时发生。
|