// // DistanceModel.h // BuguLive // // Created by fanwe2014 on 16/10/24. // Copyright © 2016年 xfg. All rights reserved. // #import #import #import @interface DistanceModel : NSObject @property (nonatomic, strong) NSMutableArray *distanceArray; - (NSMutableArray *)CalculateDistanceWithArray:(NSMutableArray *)DisArray andPoint:(QMapPoint )point; @end