You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
289 B

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