BMXLocationAttachment Class Reference
Inherits from BMXMessageAttachment :
BMXBaseObject :
NSObject
Declared in floo_proxy.h
Overview
@interface 位置消息附件
Class Methods
dynamicCastWithAttachment:
消息附件强制转换为位置附件
+ (BMXLocationAttachment *)dynamicCastWithAttachment:(BMXMessageAttachment *)*attachment*
Parameters
attachment
附件
Return Value
BMXLocationAttachment
Declared In
floo_proxy.h
Instance Methods
address
地址
- (NSString *)address
Return Value
NSString
Declared In
floo_proxy.h
clone
克隆函数
- (BMXMessageAttachment *)clone
Return Value
Declared In
floo_proxy.h
dealloc
- (void)dealloc
initWithLatitude:longitude:address:
构造函数
- (id)initWithLatitude:(double)*latitude* longitude:(double)*longitude* address:(NSString *)*address*
Parameters
latitude
纬度
longitude
经度
address
地址名称
Declared In
floo_proxy.h
latitude
纬度
- (double)latitude
Return Value
double
Declared In
floo_proxy.h
longitude
经度
- (double)longitude
Return Value
double
Declared In
floo_proxy.h
type
返回位置附件类型
- (BMXMessageAttachment_Type)type
Return Value
Declared In
floo_proxy.h
Example: