MPQueryBuilder class

A builder for MPQuery

Constructors

MPQueryBuilder()

Properties

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

Methods

addQueryProperty(String property) MPQueryBuilder
Add a single query property, see MPLocationPropertyNames
build() MPQuery
Construct a MPQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNear(MPPoint near) MPQueryBuilder
Set the point where the queried target is near
setNearWithCoordinates({required num longitude, required num latitude}) MPQueryBuilder
Set the coordinates where the queried target is near
setQuery(String query) MPQueryBuilder
Set the query text
setQueryProperties(List<String> properties) MPQueryBuilder
Set a list of query properties, see MPLocationPropertyNames
toString() String
A string representation of this object.
inherited

Operators

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