EMLocationMessageBody class

EMLocationMessageBody - location message body.

Constructors

EMLocationMessageBody(String address, double latitude, double longitude, [ EMLocationMessageBody body ])
初始化方法, address: 地址名称; latitude: 维度; longitude: 经度

Properties

address → String
地址
final
latitude → double
纬度
final
longitude → double
经度
final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited