GeoPointBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

Methods

maxDistanceInKilometers([double? kilometers]) GeoPointBuilder
距离中心点的最大距离 kilometers (公里)
maxDistanceInMiles([double? miles]) GeoPointBuilder
距离中心点的最大距离 miles (英里)
maxDistanceInRadians([double? radians]) GeoPointBuilder
距离中心点的最大距离 radians (公里)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withIn([List<BmobGeoPoint> box = const []]) GeoPointBuilder
距离中心点的最大距离 radians (公里)

Operators

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