// // Locate.m // myWatch // 设备追踪轨迹点 // Created by mobao on 15/12/3. // Copyright © 2015年 xTT. All rights reserved. // #import "Locate.h" @implementation Locate - (NSString *)loc_type{ if (_loc_type) { return _loc_type; } return @"LBS"; } @end