im::floo::floolib::BMXLocationAttachment
位置消息附件
Inherits from im.floo.floolib.BMXMessageAttachment, BMXBaseObject
Public Functions
Protected Functions
Name
Additional inherited members
Protected Functions inherited from im.floo.floolib.BMXMessageAttachment
Name
BMXMessageAttachment(long cPtr, boolean cMemoryOwn)
Public Functions Documentation
function delete
inline synchronized void delete()
Reimplements: im::floo::floolib::BMXMessageAttachment::delete
function BMXLocationAttachment
inline BMXLocationAttachment(
double latitude,
double longitude,
String address
)
构造函数
Parameters:
latitude 纬度
longitude 经度
address 地址名称
function type
inline BMXMessageAttachment.Type type()
返回位置附件类型
Return: Type
Reimplements: im::floo::floolib::BMXMessageAttachment::type
function clone
inline BMXMessageAttachment clone()
克隆函数
Return: BMXMessageAttachmentPtr
Reimplements: im::floo::floolib::BMXMessageAttachment::clone
function latitude
inline double latitude()
纬度
Return: double
function longitude
inline double longitude()
经度
Return: double
function address
inline String address()
地址
Return: std::string
function dynamic_cast
static inline BMXLocationAttachment dynamic_cast(
BMXMessageAttachment attachment
)
Protected Functions Documentation
function BMXLocationAttachment
inline BMXLocationAttachment(
long cPtr,
boolean cMemoryOwn
)
function finalize
inline void finalize()
Reimplements: im::floo::floolib::BMXMessageAttachment::finalize
function getCPtr
static inline long getCPtr(
BMXLocationAttachment obj
)
Updated on 2022-01-26 at 17:18:31 +0800
Last updated
Was this helpful?