FmSearchParams class

Constructors

FmSearchParams.new({LatLng? loc, int? radius, List<String>? countries, List<String> langs = const ['en']})
Parameters for search functionality.
const

Properties

countries List<String>?
Country codes to search in particular countries only
final
hashCode int
The hash code for this object.
no setterinherited
langs List<String>
Language codes to allow languages in the search results
final
loc LatLng?
The latitude and longitude coordinates to search around.
final
radius int?
The radius (in meters) within which to return place results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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