BMXLocationAttachment
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits from : NSObject Declared in BMXLocationAttachment.h
地址
@property (nonatomic, copy) NSString *address
地址
BMXLocationAttachment.h
@property (nonatomic) double latitude
@property (nonatomic) double longitude
初始化BMXLocationAttachment
- (instancetype)initWithLatitude:(double)*aLatitude* longitude:(double)*aLongitude* address:(NSString *)*aAddress*
aLatitude 纬度
aLongitude 经度
aAddress 地址
BMXLocationAttachment
初始化BMXLocationAttachment
BMXLocationAttachment.h