MapmyIndiaNearby class

Constructors

MapmyIndiaNearby({required String keyword, LatLng? location, String? eLoc, int? page, int? radius, String? pod, String? bounds, String? filter, bool? explain, bool? richData, String? searchBy, String? sortBy, String? userName})

Properties

bounds String?
final
eLoc String?
final
explain bool?
final
filter String?
final
hashCode int
The hash code for this object.
no setterinherited
keyword String
final
location LatLng?
final
page int?
final
pod String?
final
radius int?
final
richData bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBy String?
final
sortBy String?
final
userName String?
final

Methods

callNearby() Future<NearbyResponse?>
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.
inherited

Operators

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