摘要:
/** 百度地图 */ var mapView = BMKMapView() var locSevice:BMKLocationService! /** 用户所在位置 */ // var latitude:Double! var longitude:Double! ///geo搜索服务 var ge 阅读全文
摘要:
func getCGSize(size:CGSize,fontSize:CGFloat,text:String)->CGSize{ let attributes = [NSFontAttributeName:UIFont.systemFontOfSize(fontSize)] let option 阅读全文