SearchBound class

Constructors

SearchBound({LatLng? lowerLeft, LatLng? upperRight, LatLng? center, int? range, String? shape, bool? isDistanceSort = true, List<LatLng>? polyGonList = const []})
SearchBound.fromJson(Map<String, dynamic> json)

Properties

center LatLng?
中心点
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isDistanceSort bool?
按距离排序
getter/setter pair
lowerLeft LatLng?
左下
getter/setter pair
polyGonList List<LatLng>?
多边形的顶点坐标
getter/setter pair
range int?
半径范围
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape String?
形状
getter/setter pair
upperRight LatLng?
右上
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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