Map Doc  1.0
iOS-引擎SDK-开放平台
MBCqPoint.h
浏览该文件的文档.
1 //
2 // MBCqPoint.h
3 // iNaviCore
4 //
5 // Created by fanwei on 4/24/13.
6 // Copyright (c) 2013 Mapbar. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface MBCqPoint : NSObject
25 -(instancetype)initWithX:(int)x andY:(int)y;
29 @property (nonatomic, assign) int x;
30 
34 @property (nonatomic, assign) int y;
35 @end
int x
Definition: MBCqPoint.h:29
Definition: MBCqPoint.h:14
int y
Definition: MBCqPoint.h:34