NCMBGeoPoint class

位置情報を扱うクラス

Constructors

NCMBGeoPoint(double lat, double lng)
コンストラクタ lat 緯度 lng 経度

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double?
緯度
getter/setter pair
longitude double?
経度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
JSON形式に変換する
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited