agora_chat_SDK  3.8.2
Instance Methods | Properties | List of all members
LocationMessageBody Class Reference

#import <LocationMessageBody.h>

Inheritance diagram for LocationMessageBody:
MessageBody

Instance Methods

(instancetype) - initWithLatitude:longitude:address:
 

Properties

double latitude
 
double longitude
 
NSString * address
 
- Properties inherited from MessageBody
MessageBodyType type
 

Detailed Description

LocationMessageBody.h Location message body

Author
Hyphenate
Version
3.00

Location message body

Method Documentation

- (instancetype) initWithLatitude: (double)  aLatitude
longitude: (double)  aLongitude
address: (NSString *)  aAddress 

Initialize a location message body instance

Parameters
aLatitudeLatitude
aLongitudeLongitude
aAddressAddress
Returns
Location message body instance

Property Documentation

- (NSString*) address
readwritenonatomiccopy

Address

- (double) latitude
readwritenonatomicassign

Location latitude

- (double) longitude
readwritenonatomicassign

Loctaion longitude


The documentation for this class was generated from the following file: