im::floo::floolib::BMXLocationAttachment

位置消息附件

Inherits from im.floo.floolib.BMXMessageAttachment, BMXBaseObject

Public Functions

Name

synchronized void

BMXLocationAttachment(double latitude, double longitude, String address) 构造函数

BMXMessageAttachment.Type

type() 返回位置附件类型

double

latitude() 纬度

double

longitude() 经度

String

address() 地址

Protected Functions

Name

BMXLocationAttachment(long cPtr, boolean cMemoryOwn)

void

Additional inherited members

Protected Functions inherited from im.floo.floolib.BMXMessageAttachment

Name

BMXMessageAttachment(long cPtr, boolean cMemoryOwn)

Public Functions Documentation

function delete

Reimplements: im::floo::floolib::BMXMessageAttachment::delete

function BMXLocationAttachment

构造函数

Parameters:

  • latitude 纬度

  • longitude 经度

  • address 地址名称

function type

返回位置附件类型

Return: Type

Reimplements: im::floo::floolib::BMXMessageAttachment::type

function clone

克隆函数

Return: BMXMessageAttachmentPtr

Reimplements: im::floo::floolib::BMXMessageAttachment::clone

function latitude

纬度

Return: double

function longitude

经度

Return: double

function address

地址

Return: std::string

function dynamic_cast

Protected Functions Documentation

function BMXLocationAttachment

function finalize

Reimplements: im::floo::floolib::BMXMessageAttachment::finalize

function getCPtr


Updated on 2022-01-26 at 17:18:31 +0800

Last updated

Was this helpful?