MBGeofenceParameter class
A parameter used to filter the elements wit a geofence.
- Inheritance
-
- Object
- MBParameter
- MBGeofenceParameter
Constructors
- MBGeofenceParameter({required double northEastLatitude, required double northEastLongitude, required double southWestLatitude, required double southWestLongitude})
- Initializes a geofence parameter.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- northEastLatitude → double
-
The upper-right corner latitude of the square specified in cooridinate.
final
- northEastLongitude → double
-
The upper-right corner longitude of the square specified in cooridinate.
final
-
representation
→ Map<
String, String> -
The representation of this parameter, how it will be passed to MBurger APIs.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- southWestLatitude → double
-
The lower-left corner latitude of the square specified in cooridinate.
final
- southWestLongitude → double
-
The lower-left corner longitude of the square specified in cooridinate.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited