HyphenateChatSDK  3.8.4
Instance Methods | Properties | List of all members
EMLocationMessageBody Class Reference

#import <EMLocationMessageBody.h>

Inheritance diagram for EMLocationMessageBody:
EMMessageBody

Instance Methods

(instancetype) - initWithLatitude:longitude:address:
 

Properties

double latitude
 
double longitude
 
NSString * address
 
- Properties inherited from EMMessageBody
EMMessageBodyType type
 

Detailed Description

@header EMLocationMessageBody.h @abstract Location message body

Author
Hyphenate
Version
3.00

Location message body

Method Documentation

◆ initWithLatitude:longitude:address:

- (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

◆ address

- (NSString*) address
readwritenonatomiccopy

Address

◆ latitude

- (double) latitude
readwritenonatomicassign

Location latitude

◆ longitude

- (double) longitude
readwritenonatomicassign

Loctaion longitude


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