NIMSDK-AOS  9.19.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.msg.attachment.LocationAttachment类 参考

地理位置附件 更多...

类 com.netease.nimlib.sdk.msg.attachment.LocationAttachment 继承关系图:
com.netease.nimlib.sdk.msg.attachment.MsgAttachment

Public 成员函数

 LocationAttachment ()
 
 LocationAttachment (String attach)
 
double getLatitude ()
 获取纬度 更多...
 
void setLatitude (double latitude)
 设置纬度 更多...
 
double getLongitude ()
 获取经度 更多...
 
void setLongitude (double longitude)
 设置经度 更多...
 
String getAddress ()
 获取地理位置描述信息 更多...
 
void setAddress (String address)
 设置地理位置描述信息 更多...
 
String toJson (boolean send)
 将消息附件序列化为字符串,存储到消息数据库或发送到服务器。
更多...
 

详细描述

地理位置附件

在文件 LocationAttachment.java10 行定义.

构造及析构函数说明

◆ LocationAttachment() [1/2]

com.netease.nimlib.sdk.msg.attachment.LocationAttachment.LocationAttachment ( )

在文件 LocationAttachment.java16 行定义.

◆ LocationAttachment() [2/2]

com.netease.nimlib.sdk.msg.attachment.LocationAttachment.LocationAttachment ( String  attach)

在文件 LocationAttachment.java20 行定义.

成员函数说明

◆ getAddress()

String com.netease.nimlib.sdk.msg.attachment.LocationAttachment.getAddress ( )

获取地理位置描述信息

返回
地理位置描述

在文件 LocationAttachment.java59 行定义.

◆ getLatitude()

double com.netease.nimlib.sdk.msg.attachment.LocationAttachment.getLatitude ( )

获取纬度

返回
纬度

在文件 LocationAttachment.java27 行定义.

◆ getLongitude()

double com.netease.nimlib.sdk.msg.attachment.LocationAttachment.getLongitude ( )

获取经度

返回
经度

在文件 LocationAttachment.java43 行定义.

◆ setAddress()

void com.netease.nimlib.sdk.msg.attachment.LocationAttachment.setAddress ( String  address)

设置地理位置描述信息

参数
address

在文件 LocationAttachment.java67 行定义.

◆ setLatitude()

void com.netease.nimlib.sdk.msg.attachment.LocationAttachment.setLatitude ( double  latitude)

设置纬度

参数
latitude纬度

在文件 LocationAttachment.java35 行定义.

◆ setLongitude()

void com.netease.nimlib.sdk.msg.attachment.LocationAttachment.setLongitude ( double  longitude)

设置经度

参数
longitude经度

在文件 LocationAttachment.java51 行定义.

◆ toJson()

String com.netease.nimlib.sdk.msg.attachment.LocationAttachment.toJson ( boolean  send)

将消息附件序列化为字符串,存储到消息数据库或发送到服务器。

参数
send如果你的附件在本地需要存储额外数据,而这些数据不需要发送到服务器,可依据该参数值区别对待。
返回

实现了 com.netease.nimlib.sdk.msg.attachment.MsgAttachment.

在文件 LocationAttachment.java83 行定义.


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