MPQuery class

A collection of query parameters used to query MapsIndoors

Inheritance
  • Object
  • MapsIndoorsObject
  • MPQuery

Properties

hashCode int
The hash code for this object.
no setterinherited
near MPPoint?
The query is restricted to entities near this point
final
query String?
The queried text (search text)
final
queryProperties List<String>?
A list of properties for this query
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
toJson() Map<String, dynamic>
Converts the MPQuery to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

builder() MPQueryBuilder