RKZLocation class

検索条件の位置情報オブジェクト

rangeを指定すると、latitudelongitudeを中心点とした半径内に該当するスポットを抽出します。

NOTE: latitudelongitudeはどちらも指定する必要があります。 rangeを指定する場合は、latitudelongitudeのどちらも指定しておく必要があります。

Constructors

RKZLocation({double? latitude, double? longitude, double? range})
コンストラクタです。
RKZLocation.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double?
検索する中心点の緯度
getter/setter pair
longitude double?
検索する中心点の経度
getter/setter pair
range double?
検索する中心点からの半径。単位はkm
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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