ILocationService 接口
- 程序集
- ClassIsland.Core.dll
位置获取服务
public interface ILocationService
方法
GetLocationAsync()
获取设备当前的地理位置
Task<LocationCoordinate> GetLocationAsync()
返回
- Task<LocationCoordinate>
地理位置坐标
位置获取服务
public interface ILocationService
获取设备当前的地理位置
Task<LocationCoordinate> GetLocationAsync()
地理位置坐标