NIMSDK-iOS
载入中...
搜索中...
未找到
NIMLocationObject类 参考

#import <NIMLocationObject.h>

类 NIMLocationObject 继承关系图:
<NIMMessageObject>

构造函数

(instancetype) - initWithLatitude:longitude:title:
 
- 构造函数 继承自 <NIMMessageObject>
(NIMMessageType- type
 

属性

double latitude
 
double longitude
 
NSString * title
 
- 属性 继承自 <NIMMessageObject>
NIMMessagemessage
 
NIMQChatMessageqchatMessage
 

详细描述

位置实例对象

函数文档

◆ initWithLatitude:longitude:title:

- (instancetype) initWithLatitude: (double)  latitude
longitude: (double)  longitude
title: (nullable NSString *)  title 

位置实例对象初始化方法

参数
latitude纬度
longitude经度
title地理位置描述
返回
位置实例对象

属性说明

◆ latitude

- (double) latitude
readnonatomicassign

维度

◆ longitude

- (double) longitude
readnonatomicassign

经度

◆ title

- (NSString*) title
readnonatomiccopy

标题


该类的文档由以下文件生成: