BMXLocationAttachment Class Reference
Inherits from BMXMessageAttachment :
BMXBaseObject :
NSObject
Declared in floo_proxy.h
Overview
@interface Location message attachment
Class Methods
dynamicCastWithAttachment:
Type casting
+ (BMXLocationAttachment *)dynamicCastWithAttachment:(BMXMessageAttachment *)*attachment*
Parameters
attachment
The attachment
Return Value
BMXLocationAttachment
Declared In
floo_proxy.h
Instance Methods
address
The 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:
Constructor
- (id)initWithLatitude:(double)*latitude* longitude:(double)*longitude* address:(NSString *)*address*
Parameters
latitude
longitude
address
Declared In
floo_proxy.h
latitude
The latitude
- (double)latitude
Return Value
double
Declared In
floo_proxy.h
longitude
The longitude
- (double)longitude
Return Value
double
Declared In
floo_proxy.h
type
Attachment type
- (BMXMessageAttachment_Type)type
Return Value
Declared In
floo_proxy.h
Example: