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) → void
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) → void
The point where the queried target is near
setNearWithCoordinates({required num longitude, required num latitude}) → void
Set the coordinates where the queried target is near
setQuery(String query) → void
The query text
setQueryProperties(List<String> properties) → void
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