NearbyOption class

This class is used to set the Nearby API request setting

Constructors

NearbyOption({int? radius, String? bounds, bool? explain, String? filter, String? pod, bool? richData, String? searchBy, String? sortBy, String? userName})

Properties

bounds String?
To get the results in the provided bound
final
explain bool?
final
filter String?
To set the filter for search
final
hashCode int
The hash code for this object.
no setterinherited
pod String?
To set the pod in Nearby Request
final
radius int?
To set the radius used to get results in the provided radius
final
richData bool?
To get the rich data in the response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBy String?
Provides the configuration for search
final
sortBy String?
provides configured sorting operations for the client on cloud.
final
userName String?
To bound the result for user
final

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